Shades of Cerulean Blue #2E51BA
Tints of Cerulean Blue #2E51BA
RGB
CMYK
RGB Variations
Color information
#2E51BA (or 0x2E51BA) is known color: Cerulean Blue. HEX triplet: 2E, 51 and BA. RGB value is (46,81,186). Sum of RGB (Red+Green+Blue) = 46+81+186=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E51BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E51BA is #D1AE45. Grayscale: #525252. Windows color (decimal): -13741638 or 12210478. OLE color: 12210478.
HSL color Cylindrical-coordinate representation of color #2E51BA: hue angle of 225º 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 #2E51BA is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 81 | 186 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.27 |
| HSL | 225º | 0.6% | 0.45% | - |
| HSV(B) | 225º | 0.75% | 0.73% | - |
| XYZ | 12.93 | 10.01 | 47.71 | - |
| YUV | 82.51 | 186.4 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 81 | 186 | 0.75 | 0.56 | 0 | 0.27 | 225 | 0.6 | 0.45 |
| Hex | 2E | 51 | BA | 4B | 38 | 0 | 1B | E1 | 3C | 2D |
| Octal | 56 | 121 | 272 | 113 | 70 | 0 | 33 | 341 | 74 | 55 |
| Binary | 101110 | 1010001 | 10111010 | 1001011 | 111000 | 0 | 11011 | 11100001 | 111100 | 101101 |
Color Harmonies of #2E51BA
Complementary color
Monochromatic Colors of #2E51BA
Black with #2E51BA
Text Example
Text Example
White with #2E51BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E51BA; }
p { color: rgb(46,81,186); }
H1.HeaderClassName
{
color: #2E51BA;
}
.AnyTagClassName
{
color: #2E51BA;
}
</style>
background-color css
<style>
a { background-color: #2E51BA; }
a { background-color: rgb(46,81,186); }
div.DivClassName
{
background-color: #2E51BA;
}
.BgClassName
{
background-color: #2E51BA;
}
</style>
border-color css
<style>
span { border-color: #2E51BA; }
span { border-color: rgb(46,81,186); }
td.TdClassName
{
border-color: #2E51BA;
}
.TagClassName
{
border-color: #2E51BA;
}
</style>