Shades of Cerulean Blue #2E56AB
Tints of Cerulean Blue #2E56AB
RGB
CMYK
RGB Variations
Color information
#2E56AB (or 0x2E56AB) is known color: Cerulean Blue. HEX triplet: 2E, 56 and AB. RGB value is (46,86,171). Sum of RGB (Red+Green+Blue) = 46+86+171=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E56AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E56AB is #D1A954. Grayscale: #535353. Windows color (decimal): -13740373 or 11228718. OLE color: 11228718.
HSL color Cylindrical-coordinate representation of color #2E56AB: hue angle of 220.8º 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 #2E56AB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 86 | 171 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.33 |
| HSL | 220.8º | 0.58% | 0.43% | - |
| HSV(B) | 220.8º | 0.73% | 0.67% | - |
| XYZ | 11.81 | 10.18 | 39.87 | - |
| YUV | 83.73 | 177.25 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 171 | 0.73 | 0.50 | 0 | 0.33 | 220.8 | 0.58 | 0.43 |
| Hex | 2E | 56 | AB | 49 | 32 | 0 | 21 | DD | 3A | 2B |
| Octal | 56 | 126 | 253 | 111 | 62 | 0 | 41 | 335 | 72 | 53 |
| Binary | 101110 | 1010110 | 10101011 | 1001001 | 110010 | 0 | 100001 | 11011101 | 111010 | 101011 |
Color Harmonies of #2E56AB
Complementary color
Monochromatic Colors of #2E56AB
Black with #2E56AB
Text Example
Text Example
White with #2E56AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E56AB; }
p { color: rgb(46,86,171); }
H1.HeaderClassName
{
color: #2E56AB;
}
.AnyTagClassName
{
color: #2E56AB;
}
</style>
background-color css
<style>
a { background-color: #2E56AB; }
a { background-color: rgb(46,86,171); }
div.DivClassName
{
background-color: #2E56AB;
}
.BgClassName
{
background-color: #2E56AB;
}
</style>
border-color css
<style>
span { border-color: #2E56AB; }
span { border-color: rgb(46,86,171); }
td.TdClassName
{
border-color: #2E56AB;
}
.TagClassName
{
border-color: #2E56AB;
}
</style>