Shades of Cerulean Blue #2E45BA
Tints of Cerulean Blue #2E45BA
RGB
CMYK
RGB Variations
Color information
#2E45BA (or 0x2E45BA) is known color: Cerulean Blue. HEX triplet: 2E, 45 and BA. RGB value is (46,69,186). Sum of RGB (Red+Green+Blue) = 46+69+186=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E45BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E45BA is #D1BA45. Grayscale: #4A4A4A. Windows color (decimal): -13744710 or 12207406. OLE color: 12207406.
HSL color Cylindrical-coordinate representation of color #2E45BA: hue angle of 230.14º 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 #2E45BA is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 69 | 186 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.27 |
| HSL | 230.14º | 0.6% | 0.45% | - |
| HSV(B) | 230.14º | 0.75% | 0.73% | - |
| XYZ | 12.12 | 8.38 | 47.43 | - |
| YUV | 75.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 69 | 186 | 0.75 | 0.63 | 0 | 0.27 | 230.14 | 0.6 | 0.45 |
| Hex | 2E | 45 | BA | 4B | 3F | 0 | 1B | E6 | 3C | 2D |
| Octal | 56 | 105 | 272 | 113 | 77 | 0 | 33 | 346 | 74 | 55 |
| Binary | 101110 | 1000101 | 10111010 | 1001011 | 111111 | 0 | 11011 | 11100110 | 111100 | 101101 |
Color Harmonies of #2E45BA
Complementary color
Monochromatic Colors of #2E45BA
Black with #2E45BA
Text Example
Text Example
White with #2E45BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E45BA; }
p { color: rgb(46,69,186); }
H1.HeaderClassName
{
color: #2E45BA;
}
.AnyTagClassName
{
color: #2E45BA;
}
</style>
background-color css
<style>
a { background-color: #2E45BA; }
a { background-color: rgb(46,69,186); }
div.DivClassName
{
background-color: #2E45BA;
}
.BgClassName
{
background-color: #2E45BA;
}
</style>
border-color css
<style>
span { border-color: #2E45BA; }
span { border-color: rgb(46,69,186); }
td.TdClassName
{
border-color: #2E45BA;
}
.TagClassName
{
border-color: #2E45BA;
}
</style>