Shades of Cerulean Blue #2D4ECC
Tints of Cerulean Blue #2D4ECC
RGB
CMYK
RGB Variations
Color information
#2D4ECC (or 0x2D4ECC) is known color: Cerulean Blue. HEX triplet: 2D, 4E and CC. RGB value is (45,78,204). Sum of RGB (Red+Green+Blue) = 45+78+204=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D4ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D4ECC is #D2B133. Grayscale: #515151. Windows color (decimal): -13807924 or 13389357. OLE color: 13389357.
HSL color Cylindrical-coordinate representation of color #2D4ECC: hue angle of 227.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D4ECC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 78 | 204 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.2 |
| HSL | 227.55º | 0.64% | 0.49% | - |
| HSV(B) | 227.55º | 0.78% | 0.8% | - |
| XYZ | 14.71 | 10.37 | 58.35 | - |
| YUV | 82.5 | 196.57 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 204 | 0.78 | 0.62 | 0 | 0.2 | 227.55 | 0.64 | 0.49 |
| Hex | 2D | 4E | CC | 4E | 3E | 0 | 14 | E4 | 40 | 31 |
| Octal | 55 | 116 | 314 | 116 | 76 | 0 | 24 | 344 | 100 | 61 |
| Binary | 101101 | 1001110 | 11001100 | 1001110 | 111110 | 0 | 10100 | 11100100 | 1000000 | 110001 |
Color Harmonies of #2D4ECC
Complementary color
Monochromatic Colors of #2D4ECC
Black with #2D4ECC
Text Example
Text Example
White with #2D4ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4ECC; }
p { color: rgb(45,78,204); }
H1.HeaderClassName
{
color: #2D4ECC;
}
.AnyTagClassName
{
color: #2D4ECC;
}
</style>
background-color css
<style>
a { background-color: #2D4ECC; }
a { background-color: rgb(45,78,204); }
div.DivClassName
{
background-color: #2D4ECC;
}
.BgClassName
{
background-color: #2D4ECC;
}
</style>
border-color css
<style>
span { border-color: #2D4ECC; }
span { border-color: rgb(45,78,204); }
td.TdClassName
{
border-color: #2D4ECC;
}
.TagClassName
{
border-color: #2D4ECC;
}
</style>