Shades of Cerulean Blue #2E4DBA
Tints of Cerulean Blue #2E4DBA
RGB
CMYK
RGB Variations
Color information
#2E4DBA (or 0x2E4DBA) is known color: Cerulean Blue. HEX triplet: 2E, 4D and BA. RGB value is (46,77,186). Sum of RGB (Red+Green+Blue) = 46+77+186=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E4DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DBA is #D1B245. Grayscale: #4F4F4F. Windows color (decimal): -13742662 or 12209454. OLE color: 12209454.
HSL color Cylindrical-coordinate representation of color #2E4DBA: hue angle of 226.71º 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 #2E4DBA is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 77 | 186 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.27 |
| HSL | 226.71º | 0.6% | 0.45% | - |
| HSV(B) | 226.71º | 0.75% | 0.73% | - |
| XYZ | 12.64 | 9.43 | 47.61 | - |
| YUV | 80.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 186 | 0.75 | 0.59 | 0 | 0.27 | 226.71 | 0.6 | 0.45 |
| Hex | 2E | 4D | BA | 4B | 3B | 0 | 1B | E3 | 3C | 2D |
| Octal | 56 | 115 | 272 | 113 | 73 | 0 | 33 | 343 | 74 | 55 |
| Binary | 101110 | 1001101 | 10111010 | 1001011 | 111011 | 0 | 11011 | 11100011 | 111100 | 101101 |
Color Harmonies of #2E4DBA
Complementary color
Monochromatic Colors of #2E4DBA
Black with #2E4DBA
Text Example
Text Example
White with #2E4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DBA; }
p { color: rgb(46,77,186); }
H1.HeaderClassName
{
color: #2E4DBA;
}
.AnyTagClassName
{
color: #2E4DBA;
}
</style>
background-color css
<style>
a { background-color: #2E4DBA; }
a { background-color: rgb(46,77,186); }
div.DivClassName
{
background-color: #2E4DBA;
}
.BgClassName
{
background-color: #2E4DBA;
}
</style>
border-color css
<style>
span { border-color: #2E4DBA; }
span { border-color: rgb(46,77,186); }
td.TdClassName
{
border-color: #2E4DBA;
}
.TagClassName
{
border-color: #2E4DBA;
}
</style>