Shades of Cerulean Blue #2E4DAB
Tints of Cerulean Blue #2E4DAB
RGB
CMYK
RGB Variations
Color information
#2E4DAB (or 0x2E4DAB) is known color: Cerulean Blue. HEX triplet: 2E, 4D and AB. RGB value is (46,77,171). Sum of RGB (Red+Green+Blue) = 46+77+171=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4DAB is #D1B254. Grayscale: #4E4E4E. Windows color (decimal): -13742677 or 11226414. OLE color: 11226414.
HSL color Cylindrical-coordinate representation of color #2E4DAB: hue angle of 225.12º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E4DAB is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 77 | 171 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.33 |
| HSL | 225.12º | 0.58% | 0.43% | - |
| HSV(B) | 225.12º | 0.73% | 0.67% | - |
| XYZ | 11.13 | 8.83 | 39.65 | - |
| YUV | 78.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 171 | 0.73 | 0.55 | 0 | 0.33 | 225.12 | 0.58 | 0.43 |
| Hex | 2E | 4D | AB | 49 | 37 | 0 | 21 | E1 | 3A | 2B |
| Octal | 56 | 115 | 253 | 111 | 67 | 0 | 41 | 341 | 72 | 53 |
| Binary | 101110 | 1001101 | 10101011 | 1001001 | 110111 | 0 | 100001 | 11100001 | 111010 | 101011 |
Color Harmonies of #2E4DAB
Complementary color
Monochromatic Colors of #2E4DAB
Black with #2E4DAB
Text Example
Text Example
White with #2E4DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DAB; }
p { color: rgb(46,77,171); }
H1.HeaderClassName
{
color: #2E4DAB;
}
.AnyTagClassName
{
color: #2E4DAB;
}
</style>
background-color css
<style>
a { background-color: #2E4DAB; }
a { background-color: rgb(46,77,171); }
div.DivClassName
{
background-color: #2E4DAB;
}
.BgClassName
{
background-color: #2E4DAB;
}
</style>
border-color css
<style>
span { border-color: #2E4DAB; }
span { border-color: rgb(46,77,171); }
td.TdClassName
{
border-color: #2E4DAB;
}
.TagClassName
{
border-color: #2E4DAB;
}
</style>