Shades of Cerulean Blue #2E57BA
Tints of Cerulean Blue #2E57BA
RGB
CMYK
RGB Variations
Color information
#2E57BA (or 0x2E57BA) is known color: Cerulean Blue. HEX triplet: 2E, 57 and BA. RGB value is (46,87,186). Sum of RGB (Red+Green+Blue) = 46+87+186=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E57BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E57BA is #D1A845. Grayscale: #555555. Windows color (decimal): -13740102 or 12212014. OLE color: 12212014.
HSL color Cylindrical-coordinate representation of color #2E57BA: hue angle of 222.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E57BA is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 87 | 186 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.27 |
| HSL | 222.43º | 0.6% | 0.45% | - |
| HSV(B) | 222.43º | 0.75% | 0.73% | - |
| XYZ | 13.4 | 10.94 | 47.86 | - |
| YUV | 86.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 186 | 0.75 | 0.53 | 0 | 0.27 | 222.43 | 0.6 | 0.45 |
| Hex | 2E | 57 | BA | 4B | 35 | 0 | 1B | DE | 3C | 2D |
| Octal | 56 | 127 | 272 | 113 | 65 | 0 | 33 | 336 | 74 | 55 |
| Binary | 101110 | 1010111 | 10111010 | 1001011 | 110101 | 0 | 11011 | 11011110 | 111100 | 101101 |
Color Harmonies of #2E57BA
Complementary color
Monochromatic Colors of #2E57BA
Black with #2E57BA
Text Example
Text Example
White with #2E57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E57BA; }
p { color: rgb(46,87,186); }
H1.HeaderClassName
{
color: #2E57BA;
}
.AnyTagClassName
{
color: #2E57BA;
}
</style>
background-color css
<style>
a { background-color: #2E57BA; }
a { background-color: rgb(46,87,186); }
div.DivClassName
{
background-color: #2E57BA;
}
.BgClassName
{
background-color: #2E57BA;
}
</style>
border-color css
<style>
span { border-color: #2E57BA; }
span { border-color: rgb(46,87,186); }
td.TdClassName
{
border-color: #2E57BA;
}
.TagClassName
{
border-color: #2E57BA;
}
</style>