Shades of Cerulean Blue #2E4BAB
Tints of Cerulean Blue #2E4BAB
RGB
CMYK
RGB Variations
Color information
#2E4BAB (or 0x2E4BAB) is known color: Cerulean Blue. HEX triplet: 2E, 4B and AB. RGB value is (46,75,171). Sum of RGB (Red+Green+Blue) = 46+75+171=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4BAB is #D1B454. Grayscale: #4C4C4C. Windows color (decimal): -13743189 or 11225902. OLE color: 11225902.
HSL color Cylindrical-coordinate representation of color #2E4BAB: hue angle of 226.08º 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 #2E4BAB is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 75 | 171 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.33 |
| HSL | 226.08º | 0.58% | 0.43% | - |
| HSV(B) | 226.08º | 0.73% | 0.67% | - |
| XYZ | 10.99 | 8.55 | 39.6 | - |
| YUV | 77.27 | 180.89 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 75 | 171 | 0.73 | 0.56 | 0 | 0.33 | 226.08 | 0.58 | 0.43 |
| Hex | 2E | 4B | AB | 49 | 38 | 0 | 21 | E2 | 3A | 2B |
| Octal | 56 | 113 | 253 | 111 | 70 | 0 | 41 | 342 | 72 | 53 |
| Binary | 101110 | 1001011 | 10101011 | 1001001 | 111000 | 0 | 100001 | 11100010 | 111010 | 101011 |
Color Harmonies of #2E4BAB
Complementary color
Monochromatic Colors of #2E4BAB
Black with #2E4BAB
Text Example
Text Example
White with #2E4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4BAB; }
p { color: rgb(46,75,171); }
H1.HeaderClassName
{
color: #2E4BAB;
}
.AnyTagClassName
{
color: #2E4BAB;
}
</style>
background-color css
<style>
a { background-color: #2E4BAB; }
a { background-color: rgb(46,75,171); }
div.DivClassName
{
background-color: #2E4BAB;
}
.BgClassName
{
background-color: #2E4BAB;
}
</style>
border-color css
<style>
span { border-color: #2E4BAB; }
span { border-color: rgb(46,75,171); }
td.TdClassName
{
border-color: #2E4BAB;
}
.TagClassName
{
border-color: #2E4BAB;
}
</style>