Shades of Cerulean Blue #2E49BE
Tints of Cerulean Blue #2E49BE
RGB
CMYK
RGB Variations
Color information
#2E49BE (or 0x2E49BE) is known color: Cerulean Blue. HEX triplet: 2E, 49 and BE. RGB value is (46,73,190). Sum of RGB (Red+Green+Blue) = 46+73+190=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49BE is #D1B641. Grayscale: #4D4D4D. Windows color (decimal): -13743682 or 12470574. OLE color: 12470574.
HSL color Cylindrical-coordinate representation of color #2E49BE: hue angle of 228.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E49BE is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 73 | 190 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.25 |
| HSL | 228.75º | 0.61% | 0.46% | - |
| HSV(B) | 228.75º | 0.76% | 0.75% | - |
| XYZ | 12.8 | 9.06 | 49.79 | - |
| YUV | 78.27 | 191.05 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 190 | 0.76 | 0.62 | 0 | 0.25 | 228.75 | 0.61 | 0.46 |
| Hex | 2E | 49 | BE | 4C | 3E | 0 | 19 | E5 | 3D | 2E |
| Octal | 56 | 111 | 276 | 114 | 76 | 0 | 31 | 345 | 75 | 56 |
| Binary | 101110 | 1001001 | 10111110 | 1001100 | 111110 | 0 | 11001 | 11100101 | 111101 | 101110 |
Color Harmonies of #2E49BE
Complementary color
Monochromatic Colors of #2E49BE
Black with #2E49BE
Text Example
Text Example
White with #2E49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E49BE; }
p { color: rgb(46,73,190); }
H1.HeaderClassName
{
color: #2E49BE;
}
.AnyTagClassName
{
color: #2E49BE;
}
</style>
background-color css
<style>
a { background-color: #2E49BE; }
a { background-color: rgb(46,73,190); }
div.DivClassName
{
background-color: #2E49BE;
}
.BgClassName
{
background-color: #2E49BE;
}
</style>
border-color css
<style>
span { border-color: #2E49BE; }
span { border-color: rgb(46,73,190); }
td.TdClassName
{
border-color: #2E49BE;
}
.TagClassName
{
border-color: #2E49BE;
}
</style>