Color spaces of #314cbd
RGB | 49 | 76 | 189 |
---|---|---|---|
HSL | 0.63 | 0.59 | 0.47 |
HSV | 228° | 74° | 74° |
CMYK | 0.74 | 0.60 | 0.00 0.26 |
XYZ | 13.0364 | 9.4960 | 49.2899 |
Yxy | 9.4960 | 0.1815 | 0.1322 |
Hunter Lab | 30.8156 | 21.5864 | -73.2642 |
CIE-Lab | 36.9222 | 29.7424 | -62.3211 |
#314cbd color RGB value is (49,76,189).
#314cbd hex color red value is 49, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #314cbd hue: 0.63 , saturation: 0.59 and the lightness value of 314cbd is 0.47.
The process color (four color CMYK) of #314cbd color hex is 0.74, 0.60, 0.00, 0.26. Web safe color of #314cbd is #3333cc. Color #314cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110001 | 01001100 | 10111101 |
Octal | 61 | 114 | 275 |
Decimal | 49 | 76 | 189 |
Hex | 31 | 4C | BD |
Shades of #314cbd
Tints of #314cbd
RGB Percentages of Color #314cbd
CMYK Percentages of Color #314cbd
Complementary Color
#314cbd | #bda231 |
#314cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#314cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#314cbd Color CSS Codes
.mybgcolor {background-color:#314cbd; } .myforecolor {color:#314cbd; } .mybordercolor {border:3px solid #314cbd; }
#314cbd Text Font Color
<p style="color:#314cbd">Text here</p>
This sample text font color is #314cbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#314cbd Background Color
<div style="background-color:#314cbd">
Div content here</div>
This div background color is #314cbd
#314cbd Border Color
<div style="border:3px solid #314cbd">
Div here</div>
This div border color is #314cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(49,76,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #314cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #314cbd; -webkit-box-shadow: 1px 1px 3px 2px #314cbd; box-shadow: 1px 1px 3px 2px #314cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(49,76,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #314cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #314cbd; -webkit-box-shadow: 1px 1px 3px 2px #314cbd; box-shadow: 1px 1px 3px 2px #314cbd;">
Div content here</div>
This div box has shadow with color #314cbd
Comments
No comments written yet.
Please login to write comment.