Shades of Cerulean Blue #2E57A8
Tints of Cerulean Blue #2E57A8
RGB
CMYK
RGB Variations
Color information
#2E57A8 (or 0x2E57A8) is known color: Cerulean Blue. HEX triplet: 2E, 57 and A8. RGB value is (46,87,168). Sum of RGB (Red+Green+Blue) = 46+87+168=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 168 (66.02% from 255 or 55.81% from 301); Max value from RGB is 168 - color contains mainly: blue. Hex color #2E57A8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E57A8 is #D1A857. Grayscale: #535353. Windows color (decimal): -13740120 or 11032366. OLE color: 11032366.
HSL color Cylindrical-coordinate representation of color #2E57A8: hue angle of 219.84º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E57A8 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 46 | 87 | 168 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.34 |
| HSL | 219.84º | 0.57% | 0.42% | - |
| HSV(B) | 219.84º | 0.73% | 0.66% | - |
| XYZ | 11.6 | 10.22 | 38.41 | - |
| YUV | 83.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 168 | 0.73 | 0.48 | 0 | 0.34 | 219.84 | 0.57 | 0.42 |
| Hex | 2E | 57 | A8 | 49 | 30 | 0 | 22 | DC | 39 | 2A |
| Octal | 56 | 127 | 250 | 111 | 60 | 0 | 42 | 334 | 71 | 52 |
| Binary | 101110 | 1010111 | 10101000 | 1001001 | 110000 | 0 | 100010 | 11011100 | 111001 | 101010 |
Color Harmonies of #2E57A8
Complementary color
Monochromatic Colors of #2E57A8
Black with #2E57A8
Text Example
Text Example
White with #2E57A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E57A8; }
p { color: rgb(46,87,168); }
H1.HeaderClassName
{
color: #2E57A8;
}
.AnyTagClassName
{
color: #2E57A8;
}
</style>
background-color css
<style>
a { background-color: #2E57A8; }
a { background-color: rgb(46,87,168); }
div.DivClassName
{
background-color: #2E57A8;
}
.BgClassName
{
background-color: #2E57A8;
}
</style>
border-color css
<style>
span { border-color: #2E57A8; }
span { border-color: rgb(46,87,168); }
td.TdClassName
{
border-color: #2E57A8;
}
.TagClassName
{
border-color: #2E57A8;
}
</style>