Shades of Cerulean Blue #2E4CAF
Tints of Cerulean Blue #2E4CAF
RGB
CMYK
RGB Variations
Color information
#2E4CAF (or 0x2E4CAF) is known color: Cerulean Blue. HEX triplet: 2E, 4C and AF. RGB value is (46,76,175). Sum of RGB (Red+Green+Blue) = 46+76+175=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E4CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4CAF is #D1B350. Grayscale: #4D4D4D. Windows color (decimal): -13742929 or 11488302. OLE color: 11488302.
HSL color Cylindrical-coordinate representation of color #2E4CAF: hue angle of 226.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E4CAF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 76 | 175 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.31 |
| HSL | 226.05º | 0.58% | 0.43% | - |
| HSV(B) | 226.05º | 0.74% | 0.69% | - |
| XYZ | 11.45 | 8.84 | 41.66 | - |
| YUV | 78.32 | 182.56 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 175 | 0.74 | 0.57 | 0 | 0.31 | 226.05 | 0.58 | 0.43 |
| Hex | 2E | 4C | AF | 4A | 39 | 0 | 1F | E2 | 3A | 2B |
| Octal | 56 | 114 | 257 | 112 | 71 | 0 | 37 | 342 | 72 | 53 |
| Binary | 101110 | 1001100 | 10101111 | 1001010 | 111001 | 0 | 11111 | 11100010 | 111010 | 101011 |
Color Harmonies of #2E4CAF
Complementary color
Monochromatic Colors of #2E4CAF
Black with #2E4CAF
Text Example
Text Example
White with #2E4CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CAF; }
p { color: rgb(46,76,175); }
H1.HeaderClassName
{
color: #2E4CAF;
}
.AnyTagClassName
{
color: #2E4CAF;
}
</style>
background-color css
<style>
a { background-color: #2E4CAF; }
a { background-color: rgb(46,76,175); }
div.DivClassName
{
background-color: #2E4CAF;
}
.BgClassName
{
background-color: #2E4CAF;
}
</style>
border-color css
<style>
span { border-color: #2E4CAF; }
span { border-color: rgb(46,76,175); }
td.TdClassName
{
border-color: #2E4CAF;
}
.TagClassName
{
border-color: #2E4CAF;
}
</style>