Shades of Cerulean Blue #2E4CAA
Tints of Cerulean Blue #2E4CAA
RGB
CMYK
RGB Variations
Color information
#2E4CAA (or 0x2E4CAA) is known color: Cerulean Blue. HEX triplet: 2E, 4C and AA. RGB value is (46,76,170). Sum of RGB (Red+Green+Blue) = 46+76+170=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E4CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4CAA is #D1B355. Grayscale: #4D4D4D. Windows color (decimal): -13742934 or 11160622. OLE color: 11160622.
HSL color Cylindrical-coordinate representation of color #2E4CAA: hue angle of 225.48º 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 #2E4CAA is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 76 | 170 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.33 |
| HSL | 225.48º | 0.57% | 0.42% | - |
| HSV(B) | 225.48º | 0.73% | 0.67% | - |
| XYZ | 10.97 | 8.65 | 39.12 | - |
| YUV | 77.75 | 180.06 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 170 | 0.73 | 0.55 | 0 | 0.33 | 225.48 | 0.57 | 0.42 |
| Hex | 2E | 4C | AA | 49 | 37 | 0 | 21 | E1 | 39 | 2A |
| Octal | 56 | 114 | 252 | 111 | 67 | 0 | 41 | 341 | 71 | 52 |
| Binary | 101110 | 1001100 | 10101010 | 1001001 | 110111 | 0 | 100001 | 11100001 | 111001 | 101010 |
Color Harmonies of #2E4CAA
Complementary color
Monochromatic Colors of #2E4CAA
Black with #2E4CAA
Text Example
Text Example
White with #2E4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CAA; }
p { color: rgb(46,76,170); }
H1.HeaderClassName
{
color: #2E4CAA;
}
.AnyTagClassName
{
color: #2E4CAA;
}
</style>
background-color css
<style>
a { background-color: #2E4CAA; }
a { background-color: rgb(46,76,170); }
div.DivClassName
{
background-color: #2E4CAA;
}
.BgClassName
{
background-color: #2E4CAA;
}
</style>
border-color css
<style>
span { border-color: #2E4CAA; }
span { border-color: rgb(46,76,170); }
td.TdClassName
{
border-color: #2E4CAA;
}
.TagClassName
{
border-color: #2E4CAA;
}
</style>