Shades of Cerulean Blue #2E5ABC
Tints of Cerulean Blue #2E5ABC
RGB
CMYK
RGB Variations
Color information
#2E5ABC (or 0x2E5ABC) is known color: Cerulean Blue. HEX triplet: 2E, 5A and BC. RGB value is (46,90,188). Sum of RGB (Red+Green+Blue) = 46+90+188=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5ABC is #D1A543. Grayscale: #575757. Windows color (decimal): -13739332 or 12343854. OLE color: 12343854.
HSL color Cylindrical-coordinate representation of color #2E5ABC: hue angle of 221.41º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E5ABC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 90 | 188 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.26 |
| HSL | 221.41º | 0.61% | 0.46% | - |
| HSV(B) | 221.41º | 0.76% | 0.74% | - |
| XYZ | 13.86 | 11.52 | 49.07 | - |
| YUV | 88.02 | 184.42 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 188 | 0.76 | 0.52 | 0 | 0.26 | 221.41 | 0.61 | 0.46 |
| Hex | 2E | 5A | BC | 4C | 34 | 0 | 1A | DD | 3D | 2E |
| Octal | 56 | 132 | 274 | 114 | 64 | 0 | 32 | 335 | 75 | 56 |
| Binary | 101110 | 1011010 | 10111100 | 1001100 | 110100 | 0 | 11010 | 11011101 | 111101 | 101110 |
Color Harmonies of #2E5ABC
Complementary color
Monochromatic Colors of #2E5ABC
Black with #2E5ABC
Text Example
Text Example
White with #2E5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5ABC; }
p { color: rgb(46,90,188); }
H1.HeaderClassName
{
color: #2E5ABC;
}
.AnyTagClassName
{
color: #2E5ABC;
}
</style>
background-color css
<style>
a { background-color: #2E5ABC; }
a { background-color: rgb(46,90,188); }
div.DivClassName
{
background-color: #2E5ABC;
}
.BgClassName
{
background-color: #2E5ABC;
}
</style>
border-color css
<style>
span { border-color: #2E5ABC; }
span { border-color: rgb(46,90,188); }
td.TdClassName
{
border-color: #2E5ABC;
}
.TagClassName
{
border-color: #2E5ABC;
}
</style>