Shades of Cerulean Blue #2E5BB0
Tints of Cerulean Blue #2E5BB0
RGB
CMYK
RGB Variations
Color information
#2E5BB0 (or 0x2E5BB0) is known color: Cerulean Blue. HEX triplet: 2E, 5B and B0. RGB value is (46,91,176). Sum of RGB (Red+Green+Blue) = 46+91+176=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 176 (69.14% from 255 or 56.23% from 313); Max value from RGB is 176 - color contains mainly: blue. Hex color #2E5BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5BB0 is #D1A44F. Grayscale: #565656. Windows color (decimal): -13739088 or 11557678. OLE color: 11557678.
HSL color Cylindrical-coordinate representation of color #2E5BB0: hue angle of 219.23º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E5BB0 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 91 | 176 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.31 |
| HSL | 219.23º | 0.59% | 0.44% | - |
| HSV(B) | 219.23º | 0.74% | 0.69% | - |
| XYZ | 12.7 | 11.2 | 42.57 | - |
| YUV | 87.24 | 178.09 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 91 | 176 | 0.74 | 0.48 | 0 | 0.31 | 219.23 | 0.59 | 0.44 |
| Hex | 2E | 5B | B0 | 4A | 30 | 0 | 1F | DB | 3B | 2C |
| Octal | 56 | 133 | 260 | 112 | 60 | 0 | 37 | 333 | 73 | 54 |
| Binary | 101110 | 1011011 | 10110000 | 1001010 | 110000 | 0 | 11111 | 11011011 | 111011 | 101100 |
Color Harmonies of #2E5BB0
Complementary color
Monochromatic Colors of #2E5BB0
Black with #2E5BB0
Text Example
Text Example
White with #2E5BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5BB0; }
p { color: rgb(46,91,176); }
H1.HeaderClassName
{
color: #2E5BB0;
}
.AnyTagClassName
{
color: #2E5BB0;
}
</style>
background-color css
<style>
a { background-color: #2E5BB0; }
a { background-color: rgb(46,91,176); }
div.DivClassName
{
background-color: #2E5BB0;
}
.BgClassName
{
background-color: #2E5BB0;
}
</style>
border-color css
<style>
span { border-color: #2E5BB0; }
span { border-color: rgb(46,91,176); }
td.TdClassName
{
border-color: #2E5BB0;
}
.TagClassName
{
border-color: #2E5BB0;
}
</style>