Shades of Cerulean Blue #2E4EAA
Tints of Cerulean Blue #2E4EAA
RGB
CMYK
RGB Variations
Color information
#2E4EAA (or 0x2E4EAA) is known color: Cerulean Blue. HEX triplet: 2E, 4E and AA. RGB value is (46,78,170). Sum of RGB (Red+Green+Blue) = 46+78+170=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E4EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4EAA is #D1B155. Grayscale: #4E4E4E. Windows color (decimal): -13742422 or 11161134. OLE color: 11161134.
HSL color Cylindrical-coordinate representation of color #2E4EAA: hue angle of 224.52º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E4EAA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 78 | 170 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.33 |
| HSL | 224.52º | 0.57% | 0.42% | - |
| HSV(B) | 224.52º | 0.73% | 0.67% | - |
| XYZ | 11.11 | 8.93 | 39.17 | - |
| YUV | 78.92 | 179.4 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 170 | 0.73 | 0.54 | 0 | 0.33 | 224.52 | 0.57 | 0.42 |
| Hex | 2E | 4E | AA | 49 | 36 | 0 | 21 | E1 | 39 | 2A |
| Octal | 56 | 116 | 252 | 111 | 66 | 0 | 41 | 341 | 71 | 52 |
| Binary | 101110 | 1001110 | 10101010 | 1001001 | 110110 | 0 | 100001 | 11100001 | 111001 | 101010 |
Color Harmonies of #2E4EAA
Complementary color
Monochromatic Colors of #2E4EAA
Black with #2E4EAA
Text Example
Text Example
White with #2E4EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4EAA; }
p { color: rgb(46,78,170); }
H1.HeaderClassName
{
color: #2E4EAA;
}
.AnyTagClassName
{
color: #2E4EAA;
}
</style>
background-color css
<style>
a { background-color: #2E4EAA; }
a { background-color: rgb(46,78,170); }
div.DivClassName
{
background-color: #2E4EAA;
}
.BgClassName
{
background-color: #2E4EAA;
}
</style>
border-color css
<style>
span { border-color: #2E4EAA; }
span { border-color: rgb(46,78,170); }
td.TdClassName
{
border-color: #2E4EAA;
}
.TagClassName
{
border-color: #2E4EAA;
}
</style>