Shades of Cerulean Blue #2E4DAC
Tints of Cerulean Blue #2E4DAC
RGB
CMYK
RGB Variations
Color information
#2E4DAC (or 0x2E4DAC) is known color: Cerulean Blue. HEX triplet: 2E, 4D and AC. RGB value is (46,77,172). Sum of RGB (Red+Green+Blue) = 46+77+172=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4DAC is #D1B253. Grayscale: #4E4E4E. Windows color (decimal): -13742676 or 11291950. OLE color: 11291950.
HSL color Cylindrical-coordinate representation of color #2E4DAC: hue angle of 225.24º 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 #2E4DAC is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 77 | 172 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.33 |
| HSL | 225.24º | 0.58% | 0.43% | - |
| HSV(B) | 225.24º | 0.73% | 0.67% | - |
| XYZ | 11.23 | 8.87 | 40.15 | - |
| YUV | 78.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 172 | 0.73 | 0.55 | 0 | 0.33 | 225.24 | 0.58 | 0.43 |
| Hex | 2E | 4D | AC | 49 | 37 | 0 | 21 | E1 | 3A | 2B |
| Octal | 56 | 115 | 254 | 111 | 67 | 0 | 41 | 341 | 72 | 53 |
| Binary | 101110 | 1001101 | 10101100 | 1001001 | 110111 | 0 | 100001 | 11100001 | 111010 | 101011 |
Color Harmonies of #2E4DAC
Complementary color
Monochromatic Colors of #2E4DAC
Black with #2E4DAC
Text Example
Text Example
White with #2E4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DAC; }
p { color: rgb(46,77,172); }
H1.HeaderClassName
{
color: #2E4DAC;
}
.AnyTagClassName
{
color: #2E4DAC;
}
</style>
background-color css
<style>
a { background-color: #2E4DAC; }
a { background-color: rgb(46,77,172); }
div.DivClassName
{
background-color: #2E4DAC;
}
.BgClassName
{
background-color: #2E4DAC;
}
</style>
border-color css
<style>
span { border-color: #2E4DAC; }
span { border-color: rgb(46,77,172); }
td.TdClassName
{
border-color: #2E4DAC;
}
.TagClassName
{
border-color: #2E4DAC;
}
</style>