Shades of Cerulean Blue #314ECB
Tints of Cerulean Blue #314ECB
RGB
CMYK
RGB Variations
Color information
#314ECB (or 0x314ECB) is known color: Cerulean Blue. HEX triplet: 31, 4E and CB. RGB value is (49,78,203). Sum of RGB (Red+Green+Blue) = 49+78+203=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #314ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314ECB is #CEB134. Grayscale: #535353. Windows color (decimal): -13545781 or 13323825. OLE color: 13323825.
HSL color Cylindrical-coordinate representation of color #314ECB: hue angle of 228.7º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314ECB is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 78 | 203 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.20 |
| HSL | 228.7º | 0.61% | 0.49% | - |
| HSV(B) | 228.7º | 0.76% | 0.8% | - |
| XYZ | 14.77 | 10.41 | 57.73 | - |
| YUV | 83.58 | 195.39 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 203 | 0.76 | 0.62 | 0 | 0.20 | 228.7 | 0.61 | 0.49 |
| Hex | 31 | 4E | CB | 4C | 3E | 0 | 14 | E5 | 3D | 31 |
| Octal | 61 | 116 | 313 | 114 | 76 | 0 | 24 | 345 | 75 | 61 |
| Binary | 110001 | 1001110 | 11001011 | 1001100 | 111110 | 0 | 10100 | 11100101 | 111101 | 110001 |
Color Harmonies of #314ECB
Complementary color
Monochromatic Colors of #314ECB
Black with #314ECB
Text Example
Text Example
White with #314ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314ECB; }
p { color: rgb(49,78,203); }
H1.HeaderClassName
{
color: #314ECB;
}
.AnyTagClassName
{
color: #314ECB;
}
</style>
background-color css
<style>
a { background-color: #314ECB; }
a { background-color: rgb(49,78,203); }
div.DivClassName
{
background-color: #314ECB;
}
.BgClassName
{
background-color: #314ECB;
}
</style>
border-color css
<style>
span { border-color: #314ECB; }
span { border-color: rgb(49,78,203); }
td.TdClassName
{
border-color: #314ECB;
}
.TagClassName
{
border-color: #314ECB;
}
</style>