Shades of Cerulean Blue #2E59BE
Tints of Cerulean Blue #2E59BE
RGB
CMYK
RGB Variations
Color information
#2E59BE (or 0x2E59BE) is known color: Cerulean Blue. HEX triplet: 2E, 59 and BE. RGB value is (46,89,190). Sum of RGB (Red+Green+Blue) = 46+89+190=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E59BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E59BE is #D1A641. Grayscale: #575757. Windows color (decimal): -13739586 or 12474670. OLE color: 12474670.
HSL color Cylindrical-coordinate representation of color #2E59BE: hue angle of 222.08º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E59BE is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 89 | 190 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.25 |
| HSL | 222.08º | 0.61% | 0.46% | - |
| HSV(B) | 222.08º | 0.76% | 0.75% | - |
| XYZ | 13.99 | 11.44 | 50.19 | - |
| YUV | 87.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 190 | 0.76 | 0.53 | 0 | 0.25 | 222.08 | 0.61 | 0.46 |
| Hex | 2E | 59 | BE | 4C | 35 | 0 | 19 | DE | 3D | 2E |
| Octal | 56 | 131 | 276 | 114 | 65 | 0 | 31 | 336 | 75 | 56 |
| Binary | 101110 | 1011001 | 10111110 | 1001100 | 110101 | 0 | 11001 | 11011110 | 111101 | 101110 |
Color Harmonies of #2E59BE
Complementary color
Monochromatic Colors of #2E59BE
Black with #2E59BE
Text Example
Text Example
White with #2E59BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E59BE; }
p { color: rgb(46,89,190); }
H1.HeaderClassName
{
color: #2E59BE;
}
.AnyTagClassName
{
color: #2E59BE;
}
</style>
background-color css
<style>
a { background-color: #2E59BE; }
a { background-color: rgb(46,89,190); }
div.DivClassName
{
background-color: #2E59BE;
}
.BgClassName
{
background-color: #2E59BE;
}
</style>
border-color css
<style>
span { border-color: #2E59BE; }
span { border-color: rgb(46,89,190); }
td.TdClassName
{
border-color: #2E59BE;
}
.TagClassName
{
border-color: #2E59BE;
}
</style>