Shades of Cerulean Blue #2E5CB1
Tints of Cerulean Blue #2E5CB1
RGB
CMYK
RGB Variations
Color information
#2E5CB1 (or 0x2E5CB1) is known color: Cerulean Blue. HEX triplet: 2E, 5C and B1. RGB value is (46,92,177). Sum of RGB (Red+Green+Blue) = 46+92+177=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E5CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5CB1 is #D1A34E. Grayscale: #575757. Windows color (decimal): -13738831 or 11623470. OLE color: 11623470.
HSL color Cylindrical-coordinate representation of color #2E5CB1: hue angle of 218.93º 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 #2E5CB1 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 92 | 177 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.31 |
| HSL | 218.93º | 0.59% | 0.44% | - |
| HSV(B) | 218.93º | 0.74% | 0.69% | - |
| XYZ | 12.89 | 11.41 | 43.12 | - |
| YUV | 87.94 | 178.26 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 177 | 0.74 | 0.48 | 0 | 0.31 | 218.93 | 0.59 | 0.44 |
| Hex | 2E | 5C | B1 | 4A | 30 | 0 | 1F | DB | 3B | 2C |
| Octal | 56 | 134 | 261 | 112 | 60 | 0 | 37 | 333 | 73 | 54 |
| Binary | 101110 | 1011100 | 10110001 | 1001010 | 110000 | 0 | 11111 | 11011011 | 111011 | 101100 |
Color Harmonies of #2E5CB1
Complementary color
Monochromatic Colors of #2E5CB1
Black with #2E5CB1
Text Example
Text Example
White with #2E5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5CB1; }
p { color: rgb(46,92,177); }
H1.HeaderClassName
{
color: #2E5CB1;
}
.AnyTagClassName
{
color: #2E5CB1;
}
</style>
background-color css
<style>
a { background-color: #2E5CB1; }
a { background-color: rgb(46,92,177); }
div.DivClassName
{
background-color: #2E5CB1;
}
.BgClassName
{
background-color: #2E5CB1;
}
</style>
border-color css
<style>
span { border-color: #2E5CB1; }
span { border-color: rgb(46,92,177); }
td.TdClassName
{
border-color: #2E5CB1;
}
.TagClassName
{
border-color: #2E5CB1;
}
</style>