Shades of Cerulean Blue #314ECE
Tints of Cerulean Blue #314ECE
RGB
CMYK
RGB Variations
Color information
#314ECE (or 0x314ECE) is known color: Cerulean Blue. HEX triplet: 31, 4E and CE. RGB value is (49,78,206). Sum of RGB (Red+Green+Blue) = 49+78+206=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #314ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314ECE is #CEB131. Grayscale: #535353. Windows color (decimal): -13545778 or 13520433. OLE color: 13520433.
HSL color Cylindrical-coordinate representation of color #314ECE: hue angle of 228.92º 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 #314ECE is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 78 | 206 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.19 |
| HSL | 228.92º | 0.62% | 0.5% | - |
| HSV(B) | 228.92º | 0.76% | 0.81% | - |
| XYZ | 15.13 | 10.56 | 59.63 | - |
| YUV | 83.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 206 | 0.76 | 0.62 | 0 | 0.19 | 228.92 | 0.62 | 0.5 |
| Hex | 31 | 4E | CE | 4C | 3E | 0 | 13 | E5 | 3E | 32 |
| Octal | 61 | 116 | 316 | 114 | 76 | 0 | 23 | 345 | 76 | 62 |
| Binary | 110001 | 1001110 | 11001110 | 1001100 | 111110 | 0 | 10011 | 11100101 | 111110 | 110010 |
Color Harmonies of #314ECE
Complementary color
Monochromatic Colors of #314ECE
Black with #314ECE
Text Example
Text Example
White with #314ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314ECE; }
p { color: rgb(49,78,206); }
H1.HeaderClassName
{
color: #314ECE;
}
.AnyTagClassName
{
color: #314ECE;
}
</style>
background-color css
<style>
a { background-color: #314ECE; }
a { background-color: rgb(49,78,206); }
div.DivClassName
{
background-color: #314ECE;
}
.BgClassName
{
background-color: #314ECE;
}
</style>
border-color css
<style>
span { border-color: #314ECE; }
span { border-color: rgb(49,78,206); }
td.TdClassName
{
border-color: #314ECE;
}
.TagClassName
{
border-color: #314ECE;
}
</style>