Shades of Cerulean Blue #314DCE
Tints of Cerulean Blue #314DCE
RGB
CMYK
RGB Variations
Color information
#314DCE (or 0x314DCE) is known color: Cerulean Blue. HEX triplet: 31, 4D and CE. RGB value is (49,77,206). Sum of RGB (Red+Green+Blue) = 49+77+206=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #314DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DCE is #CEB231. Grayscale: #525252. Windows color (decimal): -13546034 or 13520177. OLE color: 13520177.
HSL color Cylindrical-coordinate representation of color #314DCE: hue angle of 229.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314DCE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 77 | 206 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.19 |
| HSL | 229.3º | 0.62% | 0.5% | - |
| HSV(B) | 229.3º | 0.76% | 0.81% | - |
| XYZ | 15.06 | 10.42 | 59.61 | - |
| YUV | 83.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 206 | 0.76 | 0.63 | 0 | 0.19 | 229.3 | 0.62 | 0.5 |
| Hex | 31 | 4D | CE | 4C | 3F | 0 | 13 | E5 | 3E | 32 |
| Octal | 61 | 115 | 316 | 114 | 77 | 0 | 23 | 345 | 76 | 62 |
| Binary | 110001 | 1001101 | 11001110 | 1001100 | 111111 | 0 | 10011 | 11100101 | 111110 | 110010 |
Color Harmonies of #314DCE
Complementary color
Monochromatic Colors of #314DCE
Black with #314DCE
Text Example
Text Example
White with #314DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DCE; }
p { color: rgb(49,77,206); }
H1.HeaderClassName
{
color: #314DCE;
}
.AnyTagClassName
{
color: #314DCE;
}
</style>
background-color css
<style>
a { background-color: #314DCE; }
a { background-color: rgb(49,77,206); }
div.DivClassName
{
background-color: #314DCE;
}
.BgClassName
{
background-color: #314DCE;
}
</style>
border-color css
<style>
span { border-color: #314DCE; }
span { border-color: rgb(49,77,206); }
td.TdClassName
{
border-color: #314DCE;
}
.TagClassName
{
border-color: #314DCE;
}
</style>