Shades of Cerulean Blue #2E4CBC
Tints of Cerulean Blue #2E4CBC
RGB
CMYK
RGB Variations
Color information
#2E4CBC (or 0x2E4CBC) is known color: Cerulean Blue. HEX triplet: 2E, 4C and BC. RGB value is (46,76,188). Sum of RGB (Red+Green+Blue) = 46+76+188=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E4CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4CBC is #D1B343. Grayscale: #4F4F4F. Windows color (decimal): -13742916 or 12340270. OLE color: 12340270.
HSL color Cylindrical-coordinate representation of color #2E4CBC: hue angle of 227.32º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E4CBC is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 76 | 188 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.26 |
| HSL | 227.32º | 0.61% | 0.46% | - |
| HSV(B) | 227.32º | 0.76% | 0.74% | - |
| XYZ | 12.79 | 9.38 | 48.71 | - |
| YUV | 79.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 188 | 0.76 | 0.60 | 0 | 0.26 | 227.32 | 0.61 | 0.46 |
| Hex | 2E | 4C | BC | 4C | 3C | 0 | 1A | E3 | 3D | 2E |
| Octal | 56 | 114 | 274 | 114 | 74 | 0 | 32 | 343 | 75 | 56 |
| Binary | 101110 | 1001100 | 10111100 | 1001100 | 111100 | 0 | 11010 | 11100011 | 111101 | 101110 |
Color Harmonies of #2E4CBC
Complementary color
Monochromatic Colors of #2E4CBC
Black with #2E4CBC
Text Example
Text Example
White with #2E4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CBC; }
p { color: rgb(46,76,188); }
H1.HeaderClassName
{
color: #2E4CBC;
}
.AnyTagClassName
{
color: #2E4CBC;
}
</style>
background-color css
<style>
a { background-color: #2E4CBC; }
a { background-color: rgb(46,76,188); }
div.DivClassName
{
background-color: #2E4CBC;
}
.BgClassName
{
background-color: #2E4CBC;
}
</style>
border-color css
<style>
span { border-color: #2E4CBC; }
span { border-color: rgb(46,76,188); }
td.TdClassName
{
border-color: #2E4CBC;
}
.TagClassName
{
border-color: #2E4CBC;
}
</style>