Shades of Cerulean Blue #2E56BA
Tints of Cerulean Blue #2E56BA
RGB
CMYK
RGB Variations
Color information
#2E56BA (or 0x2E56BA) is known color: Cerulean Blue. HEX triplet: 2E, 56 and BA. RGB value is (46,86,186). Sum of RGB (Red+Green+Blue) = 46+86+186=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E56BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E56BA is #D1A945. Grayscale: #555555. Windows color (decimal): -13740358 or 12211758. OLE color: 12211758.
HSL color Cylindrical-coordinate representation of color #2E56BA: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E56BA is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 86 | 186 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.27 |
| HSL | 222.86º | 0.6% | 0.45% | - |
| HSV(B) | 222.86º | 0.75% | 0.73% | - |
| XYZ | 13.32 | 10.78 | 47.83 | - |
| YUV | 85.44 | 184.75 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 186 | 0.75 | 0.54 | 0 | 0.27 | 222.86 | 0.6 | 0.45 |
| Hex | 2E | 56 | BA | 4B | 36 | 0 | 1B | DF | 3C | 2D |
| Octal | 56 | 126 | 272 | 113 | 66 | 0 | 33 | 337 | 74 | 55 |
| Binary | 101110 | 1010110 | 10111010 | 1001011 | 110110 | 0 | 11011 | 11011111 | 111100 | 101101 |
Color Harmonies of #2E56BA
Complementary color
Monochromatic Colors of #2E56BA
Black with #2E56BA
Text Example
Text Example
White with #2E56BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E56BA; }
p { color: rgb(46,86,186); }
H1.HeaderClassName
{
color: #2E56BA;
}
.AnyTagClassName
{
color: #2E56BA;
}
</style>
background-color css
<style>
a { background-color: #2E56BA; }
a { background-color: rgb(46,86,186); }
div.DivClassName
{
background-color: #2E56BA;
}
.BgClassName
{
background-color: #2E56BA;
}
</style>
border-color css
<style>
span { border-color: #2E56BA; }
span { border-color: rgb(46,86,186); }
td.TdClassName
{
border-color: #2E56BA;
}
.TagClassName
{
border-color: #2E56BA;
}
</style>