Shades of Cerulean Blue #2F4ECC
Tints of Cerulean Blue #2F4ECC
RGB
CMYK
RGB Variations
Color information
#2F4ECC (or 0x2F4ECC) is known color: Cerulean Blue. HEX triplet: 2F, 4E and CC. RGB value is (47,78,204). Sum of RGB (Red+Green+Blue) = 47+78+204=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F4ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F4ECC is #D0B133. Grayscale: #525252. Windows color (decimal): -13676852 or 13389359. OLE color: 13389359.
HSL color Cylindrical-coordinate representation of color #2F4ECC: hue angle of 228.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F4ECC is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 78 | 204 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.2 |
| HSL | 228.15º | 0.63% | 0.49% | - |
| HSV(B) | 228.15º | 0.77% | 0.8% | - |
| XYZ | 14.8 | 10.41 | 58.36 | - |
| YUV | 83.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 78 | 204 | 0.77 | 0.62 | 0 | 0.2 | 228.15 | 0.63 | 0.49 |
| Hex | 2F | 4E | CC | 4D | 3E | 0 | 14 | E4 | 3F | 31 |
| Octal | 57 | 116 | 314 | 115 | 76 | 0 | 24 | 344 | 77 | 61 |
| Binary | 101111 | 1001110 | 11001100 | 1001101 | 111110 | 0 | 10100 | 11100100 | 111111 | 110001 |
Color Harmonies of #2F4ECC
Complementary color
Monochromatic Colors of #2F4ECC
Black with #2F4ECC
Text Example
Text Example
White with #2F4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4ECC; }
p { color: rgb(47,78,204); }
H1.HeaderClassName
{
color: #2F4ECC;
}
.AnyTagClassName
{
color: #2F4ECC;
}
</style>
background-color css
<style>
a { background-color: #2F4ECC; }
a { background-color: rgb(47,78,204); }
div.DivClassName
{
background-color: #2F4ECC;
}
.BgClassName
{
background-color: #2F4ECC;
}
</style>
border-color css
<style>
span { border-color: #2F4ECC; }
span { border-color: rgb(47,78,204); }
td.TdClassName
{
border-color: #2F4ECC;
}
.TagClassName
{
border-color: #2F4ECC;
}
</style>