Shades of Cerulean Blue #2E55BA
Tints of Cerulean Blue #2E55BA
RGB
CMYK
RGB Variations
Color information
#2E55BA (or 0x2E55BA) is known color: Cerulean Blue. HEX triplet: 2E, 55 and BA. RGB value is (46,85,186). Sum of RGB (Red+Green+Blue) = 46+85+186=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E55BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E55BA is #D1AA45. Grayscale: #545454. Windows color (decimal): -13740614 or 12211502. OLE color: 12211502.
HSL color Cylindrical-coordinate representation of color #2E55BA: hue angle of 223.29º 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 #2E55BA is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 85 | 186 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.27 |
| HSL | 223.29º | 0.6% | 0.45% | - |
| HSV(B) | 223.29º | 0.75% | 0.73% | - |
| XYZ | 13.24 | 10.62 | 47.81 | - |
| YUV | 84.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 186 | 0.75 | 0.54 | 0 | 0.27 | 223.29 | 0.6 | 0.45 |
| Hex | 2E | 55 | BA | 4B | 36 | 0 | 1B | DF | 3C | 2D |
| Octal | 56 | 125 | 272 | 113 | 66 | 0 | 33 | 337 | 74 | 55 |
| Binary | 101110 | 1010101 | 10111010 | 1001011 | 110110 | 0 | 11011 | 11011111 | 111100 | 101101 |
Color Harmonies of #2E55BA
Complementary color
Monochromatic Colors of #2E55BA
Black with #2E55BA
Text Example
Text Example
White with #2E55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E55BA; }
p { color: rgb(46,85,186); }
H1.HeaderClassName
{
color: #2E55BA;
}
.AnyTagClassName
{
color: #2E55BA;
}
</style>
background-color css
<style>
a { background-color: #2E55BA; }
a { background-color: rgb(46,85,186); }
div.DivClassName
{
background-color: #2E55BA;
}
.BgClassName
{
background-color: #2E55BA;
}
</style>
border-color css
<style>
span { border-color: #2E55BA; }
span { border-color: rgb(46,85,186); }
td.TdClassName
{
border-color: #2E55BA;
}
.TagClassName
{
border-color: #2E55BA;
}
</style>