Shades of Cerulean Blue #2E55A6
Tints of Cerulean Blue #2E55A6
RGB
CMYK
RGB Variations
Color information
#2E55A6 (or 0x2E55A6) is known color: Cerulean Blue. HEX triplet: 2E, 55 and A6. RGB value is (46,85,166). Sum of RGB (Red+Green+Blue) = 46+85+166=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #2E55A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E55A6 is #D1AA59. Grayscale: #525252. Windows color (decimal): -13740634 or 10900782. OLE color: 10900782.
HSL color Cylindrical-coordinate representation of color #2E55A6: hue angle of 220.5º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E55A6 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 46 | 85 | 166 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.35 |
| HSL | 220.5º | 0.57% | 0.42% | - |
| HSV(B) | 220.5º | 0.72% | 0.65% | - |
| XYZ | 11.26 | 9.83 | 37.38 | - |
| YUV | 82.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 166 | 0.72 | 0.49 | 0 | 0.35 | 220.5 | 0.57 | 0.42 |
| Hex | 2E | 55 | A6 | 48 | 31 | 0 | 23 | DC | 39 | 2A |
| Octal | 56 | 125 | 246 | 110 | 61 | 0 | 43 | 334 | 71 | 52 |
| Binary | 101110 | 1010101 | 10100110 | 1001000 | 110001 | 0 | 100011 | 11011100 | 111001 | 101010 |
Color Harmonies of #2E55A6
Complementary color
Monochromatic Colors of #2E55A6
Black with #2E55A6
Text Example
Text Example
White with #2E55A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E55A6; }
p { color: rgb(46,85,166); }
H1.HeaderClassName
{
color: #2E55A6;
}
.AnyTagClassName
{
color: #2E55A6;
}
</style>
background-color css
<style>
a { background-color: #2E55A6; }
a { background-color: rgb(46,85,166); }
div.DivClassName
{
background-color: #2E55A6;
}
.BgClassName
{
background-color: #2E55A6;
}
</style>
border-color css
<style>
span { border-color: #2E55A6; }
span { border-color: rgb(46,85,166); }
td.TdClassName
{
border-color: #2E55A6;
}
.TagClassName
{
border-color: #2E55A6;
}
</style>