Shades of Cerulean Blue #2E4DBB
Tints of Cerulean Blue #2E4DBB
RGB
CMYK
RGB Variations
Color information
#2E4DBB (or 0x2E4DBB) is known color: Cerulean Blue. HEX triplet: 2E, 4D and BB. RGB value is (46,77,187). Sum of RGB (Red+Green+Blue) = 46+77+187=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E4DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DBB is #D1B244. Grayscale: #4F4F4F. Windows color (decimal): -13742661 or 12274990. OLE color: 12274990.
HSL color Cylindrical-coordinate representation of color #2E4DBB: hue angle of 226.81º 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 #2E4DBB is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 77 | 187 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.27 |
| HSL | 226.81º | 0.61% | 0.46% | - |
| HSV(B) | 226.81º | 0.75% | 0.73% | - |
| XYZ | 12.75 | 9.48 | 48.17 | - |
| YUV | 80.27 | 188.23 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 77 | 187 | 0.75 | 0.59 | 0 | 0.27 | 226.81 | 0.61 | 0.46 |
| Hex | 2E | 4D | BB | 4B | 3B | 0 | 1B | E3 | 3D | 2E |
| Octal | 56 | 115 | 273 | 113 | 73 | 0 | 33 | 343 | 75 | 56 |
| Binary | 101110 | 1001101 | 10111011 | 1001011 | 111011 | 0 | 11011 | 11100011 | 111101 | 101110 |
Color Harmonies of #2E4DBB
Complementary color
Monochromatic Colors of #2E4DBB
Black with #2E4DBB
Text Example
Text Example
White with #2E4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4DBB; }
p { color: rgb(46,77,187); }
H1.HeaderClassName
{
color: #2E4DBB;
}
.AnyTagClassName
{
color: #2E4DBB;
}
</style>
background-color css
<style>
a { background-color: #2E4DBB; }
a { background-color: rgb(46,77,187); }
div.DivClassName
{
background-color: #2E4DBB;
}
.BgClassName
{
background-color: #2E4DBB;
}
</style>
border-color css
<style>
span { border-color: #2E4DBB; }
span { border-color: rgb(46,77,187); }
td.TdClassName
{
border-color: #2E4DBB;
}
.TagClassName
{
border-color: #2E4DBB;
}
</style>