Shades of Cerulean Blue #2E49BB
Tints of Cerulean Blue #2E49BB
RGB
CMYK
RGB Variations
Color information
#2E49BB (or 0x2E49BB) is known color: Cerulean Blue. HEX triplet: 2E, 49 and BB. RGB value is (46,73,187). Sum of RGB (Red+Green+Blue) = 46+73+187=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E49BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49BB is #D1B644. Grayscale: #4D4D4D. Windows color (decimal): -13743685 or 12273966. OLE color: 12273966.
HSL color Cylindrical-coordinate representation of color #2E49BB: hue angle of 228.51º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E49BB is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 73 | 187 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.27 |
| HSL | 228.51º | 0.61% | 0.46% | - |
| HSV(B) | 228.51º | 0.75% | 0.73% | - |
| XYZ | 12.48 | 8.93 | 48.08 | - |
| YUV | 77.92 | 189.55 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 73 | 187 | 0.75 | 0.61 | 0 | 0.27 | 228.51 | 0.61 | 0.46 |
| Hex | 2E | 49 | BB | 4B | 3D | 0 | 1B | E5 | 3D | 2E |
| Octal | 56 | 111 | 273 | 113 | 75 | 0 | 33 | 345 | 75 | 56 |
| Binary | 101110 | 1001001 | 10111011 | 1001011 | 111101 | 0 | 11011 | 11100101 | 111101 | 101110 |
Color Harmonies of #2E49BB
Complementary color
Monochromatic Colors of #2E49BB
Black with #2E49BB
Text Example
Text Example
White with #2E49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E49BB; }
p { color: rgb(46,73,187); }
H1.HeaderClassName
{
color: #2E49BB;
}
.AnyTagClassName
{
color: #2E49BB;
}
</style>
background-color css
<style>
a { background-color: #2E49BB; }
a { background-color: rgb(46,73,187); }
div.DivClassName
{
background-color: #2E49BB;
}
.BgClassName
{
background-color: #2E49BB;
}
</style>
border-color css
<style>
span { border-color: #2E49BB; }
span { border-color: rgb(46,73,187); }
td.TdClassName
{
border-color: #2E49BB;
}
.TagClassName
{
border-color: #2E49BB;
}
</style>