Shades of Cerulean Blue #2E4DCC
Tints of Cerulean Blue #2E4DCC
RGB
CMYK
RGB Variations
Color information
#2E4DCC (or 0x2E4DCC) is known color: Cerulean Blue. HEX triplet: 2E, 4D and CC. RGB value is (46,77,204). Sum of RGB (Red+Green+Blue) = 46+77+204=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 77 (30.47% from 255 or 23.55% 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 #2E4DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DCC is #D1B233. Grayscale: #515151. Windows color (decimal): -13742644 or 13389102. OLE color: 13389102.
HSL color Cylindrical-coordinate representation of color #2E4DCC: hue angle of 228.23º 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 #2E4DCC is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 77 | 204 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.2 |
| HSL | 228.23º | 0.63% | 0.49% | - |
| HSV(B) | 228.23º | 0.77% | 0.8% | - |
| XYZ | 14.68 | 10.25 | 58.33 | - |
| YUV | 82.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 204 | 0.77 | 0.62 | 0 | 0.2 | 228.23 | 0.63 | 0.49 |
| Hex | 2E | 4D | CC | 4D | 3E | 0 | 14 | E4 | 3F | 31 |
| Octal | 56 | 115 | 314 | 115 | 76 | 0 | 24 | 344 | 77 | 61 |
| Binary | 101110 | 1001101 | 11001100 | 1001101 | 111110 | 0 | 10100 | 11100100 | 111111 | 110001 |
Color Harmonies of #2E4DCC
Complementary color
Monochromatic Colors of #2E4DCC
Black with #2E4DCC
Text Example
Text Example
White with #2E4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DCC; }
p { color: rgb(46,77,204); }
H1.HeaderClassName
{
color: #2E4DCC;
}
.AnyTagClassName
{
color: #2E4DCC;
}
</style>
background-color css
<style>
a { background-color: #2E4DCC; }
a { background-color: rgb(46,77,204); }
div.DivClassName
{
background-color: #2E4DCC;
}
.BgClassName
{
background-color: #2E4DCC;
}
</style>
border-color css
<style>
span { border-color: #2E4DCC; }
span { border-color: rgb(46,77,204); }
td.TdClassName
{
border-color: #2E4DCC;
}
.TagClassName
{
border-color: #2E4DCC;
}
</style>