Shades of Cerulean Blue #2E58B7
Tints of Cerulean Blue #2E58B7
RGB
CMYK
RGB Variations
Color information
#2E58B7 (or 0x2E58B7) is known color: Cerulean Blue. HEX triplet: 2E, 58 and B7. RGB value is (46,88,183). Sum of RGB (Red+Green+Blue) = 46+88+183=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E58B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E58B7 is #D1A748. Grayscale: #555555. Windows color (decimal): -13739849 or 12015662. OLE color: 12015662.
HSL color Cylindrical-coordinate representation of color #2E58B7: hue angle of 221.61º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E58B7 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 88 | 183 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.28 |
| HSL | 221.61º | 0.6% | 0.45% | - |
| HSV(B) | 221.61º | 0.75% | 0.72% | - |
| XYZ | 13.16 | 10.98 | 46.23 | - |
| YUV | 86.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 183 | 0.75 | 0.52 | 0 | 0.28 | 221.61 | 0.6 | 0.45 |
| Hex | 2E | 58 | B7 | 4B | 34 | 0 | 1C | DE | 3C | 2D |
| Octal | 56 | 130 | 267 | 113 | 64 | 0 | 34 | 336 | 74 | 55 |
| Binary | 101110 | 1011000 | 10110111 | 1001011 | 110100 | 0 | 11100 | 11011110 | 111100 | 101101 |
Color Harmonies of #2E58B7
Complementary color
Monochromatic Colors of #2E58B7
Black with #2E58B7
Text Example
Text Example
White with #2E58B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E58B7; }
p { color: rgb(46,88,183); }
H1.HeaderClassName
{
color: #2E58B7;
}
.AnyTagClassName
{
color: #2E58B7;
}
</style>
background-color css
<style>
a { background-color: #2E58B7; }
a { background-color: rgb(46,88,183); }
div.DivClassName
{
background-color: #2E58B7;
}
.BgClassName
{
background-color: #2E58B7;
}
</style>
border-color css
<style>
span { border-color: #2E58B7; }
span { border-color: rgb(46,88,183); }
td.TdClassName
{
border-color: #2E58B7;
}
.TagClassName
{
border-color: #2E58B7;
}
</style>