Shades of Cerulean Blue #2E4BAE
Tints of Cerulean Blue #2E4BAE
RGB
CMYK
RGB Variations
Color information
#2E4BAE (or 0x2E4BAE) is known color: Cerulean Blue. HEX triplet: 2E, 4B and AE. RGB value is (46,75,174). Sum of RGB (Red+Green+Blue) = 46+75+174=295 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.59% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E4BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4BAE is #D1B451. Grayscale: #4D4D4D. Windows color (decimal): -13743186 or 11422510. OLE color: 11422510.
HSL color Cylindrical-coordinate representation of color #2E4BAE: hue angle of 226.41º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E4BAE is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 46 | 75 | 174 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.32 |
| HSL | 226.41º | 0.58% | 0.43% | - |
| HSV(B) | 226.41º | 0.74% | 0.68% | - |
| XYZ | 11.28 | 8.67 | 41.12 | - |
| YUV | 77.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 174 | 0.74 | 0.57 | 0 | 0.32 | 226.41 | 0.58 | 0.43 |
| Hex | 2E | 4B | AE | 4A | 39 | 0 | 20 | E2 | 3A | 2B |
| Octal | 56 | 113 | 256 | 112 | 71 | 0 | 40 | 342 | 72 | 53 |
| Binary | 101110 | 1001011 | 10101110 | 1001010 | 111001 | 0 | 100000 | 11100010 | 111010 | 101011 |
Color Harmonies of #2E4BAE
Complementary color
Monochromatic Colors of #2E4BAE
Black with #2E4BAE
Text Example
Text Example
White with #2E4BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4BAE; }
p { color: rgb(46,75,174); }
H1.HeaderClassName
{
color: #2E4BAE;
}
.AnyTagClassName
{
color: #2E4BAE;
}
</style>
background-color css
<style>
a { background-color: #2E4BAE; }
a { background-color: rgb(46,75,174); }
div.DivClassName
{
background-color: #2E4BAE;
}
.BgClassName
{
background-color: #2E4BAE;
}
</style>
border-color css
<style>
span { border-color: #2E4BAE; }
span { border-color: rgb(46,75,174); }
td.TdClassName
{
border-color: #2E4BAE;
}
.TagClassName
{
border-color: #2E4BAE;
}
</style>