Shades of Cerulean Blue #2E42BA
Tints of Cerulean Blue #2E42BA
RGB
CMYK
RGB Variations
Color information
#2E42BA (or 0x2E42BA) is known color: Cerulean Blue. HEX triplet: 2E, 42 and BA. RGB value is (46,66,186). Sum of RGB (Red+Green+Blue) = 46+66+186=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E42BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E42BA is #D1BD45. Grayscale: #494949. Windows color (decimal): -13745478 or 12206638. OLE color: 12206638.
HSL color Cylindrical-coordinate representation of color #2E42BA: hue angle of 231.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 #2E42BA is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 66 | 186 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.27 |
| HSL | 231.43º | 0.6% | 0.45% | - |
| HSV(B) | 231.43º | 0.75% | 0.73% | - |
| XYZ | 11.94 | 8.02 | 47.37 | - |
| YUV | 73.7 | 191.37 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 186 | 0.75 | 0.65 | 0 | 0.27 | 231.43 | 0.6 | 0.45 |
| Hex | 2E | 42 | BA | 4B | 41 | 0 | 1B | E7 | 3C | 2D |
| Octal | 56 | 102 | 272 | 113 | 101 | 0 | 33 | 347 | 74 | 55 |
| Binary | 101110 | 1000010 | 10111010 | 1001011 | 1000001 | 0 | 11011 | 11100111 | 111100 | 101101 |
Color Harmonies of #2E42BA
Complementary color
Monochromatic Colors of #2E42BA
Black with #2E42BA
Text Example
Text Example
White with #2E42BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E42BA; }
p { color: rgb(46,66,186); }
H1.HeaderClassName
{
color: #2E42BA;
}
.AnyTagClassName
{
color: #2E42BA;
}
</style>
background-color css
<style>
a { background-color: #2E42BA; }
a { background-color: rgb(46,66,186); }
div.DivClassName
{
background-color: #2E42BA;
}
.BgClassName
{
background-color: #2E42BA;
}
</style>
border-color css
<style>
span { border-color: #2E42BA; }
span { border-color: rgb(46,66,186); }
td.TdClassName
{
border-color: #2E42BA;
}
.TagClassName
{
border-color: #2E42BA;
}
</style>