Shades of Cerulean Blue #2E4EBA
Tints of Cerulean Blue #2E4EBA
RGB
CMYK
RGB Variations
Color information
#2E4EBA (or 0x2E4EBA) is known color: Cerulean Blue. HEX triplet: 2E, 4E and BA. RGB value is (46,78,186). Sum of RGB (Red+Green+Blue) = 46+78+186=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E4EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4EBA is #D1B145. Grayscale: #505050. Windows color (decimal): -13742406 or 12209710. OLE color: 12209710.
HSL color Cylindrical-coordinate representation of color #2E4EBA: hue angle of 226.29º 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 #2E4EBA is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 78 | 186 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.27 |
| HSL | 226.29º | 0.6% | 0.45% | - |
| HSV(B) | 226.29º | 0.75% | 0.73% | - |
| XYZ | 12.71 | 9.57 | 47.63 | - |
| YUV | 80.74 | 187.4 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 78 | 186 | 0.75 | 0.58 | 0 | 0.27 | 226.29 | 0.6 | 0.45 |
| Hex | 2E | 4E | BA | 4B | 3A | 0 | 1B | E2 | 3C | 2D |
| Octal | 56 | 116 | 272 | 113 | 72 | 0 | 33 | 342 | 74 | 55 |
| Binary | 101110 | 1001110 | 10111010 | 1001011 | 111010 | 0 | 11011 | 11100010 | 111100 | 101101 |
Color Harmonies of #2E4EBA
Complementary color
Monochromatic Colors of #2E4EBA
Black with #2E4EBA
Text Example
Text Example
White with #2E4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4EBA; }
p { color: rgb(46,78,186); }
H1.HeaderClassName
{
color: #2E4EBA;
}
.AnyTagClassName
{
color: #2E4EBA;
}
</style>
background-color css
<style>
a { background-color: #2E4EBA; }
a { background-color: rgb(46,78,186); }
div.DivClassName
{
background-color: #2E4EBA;
}
.BgClassName
{
background-color: #2E4EBA;
}
</style>
border-color css
<style>
span { border-color: #2E4EBA; }
span { border-color: rgb(46,78,186); }
td.TdClassName
{
border-color: #2E4EBA;
}
.TagClassName
{
border-color: #2E4EBA;
}
</style>