Shades of Cerulean Blue #2E4CCB
Tints of Cerulean Blue #2E4CCB
RGB
CMYK
RGB Variations
Color information
#2E4CCB (or 0x2E4CCB) is known color: Cerulean Blue. HEX triplet: 2E, 4C and CB. RGB value is (46,76,203). Sum of RGB (Red+Green+Blue) = 46+76+203=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E4CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4CCB is #D1B334. Grayscale: #505050. Windows color (decimal): -13742901 or 13323310. OLE color: 13323310.
HSL color Cylindrical-coordinate representation of color #2E4CCB: hue angle of 228.54º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E4CCB is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 76 | 203 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.20 |
| HSL | 228.54º | 0.63% | 0.49% | - |
| HSV(B) | 228.54º | 0.77% | 0.8% | - |
| XYZ | 14.49 | 10.06 | 57.68 | - |
| YUV | 81.51 | 196.56 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 76 | 203 | 0.77 | 0.63 | 0 | 0.20 | 228.54 | 0.63 | 0.49 |
| Hex | 2E | 4C | CB | 4D | 3F | 0 | 14 | E5 | 3F | 31 |
| Octal | 56 | 114 | 313 | 115 | 77 | 0 | 24 | 345 | 77 | 61 |
| Binary | 101110 | 1001100 | 11001011 | 1001101 | 111111 | 0 | 10100 | 11100101 | 111111 | 110001 |
Color Harmonies of #2E4CCB
Complementary color
Monochromatic Colors of #2E4CCB
Black with #2E4CCB
Text Example
Text Example
White with #2E4CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4CCB; }
p { color: rgb(46,76,203); }
H1.HeaderClassName
{
color: #2E4CCB;
}
.AnyTagClassName
{
color: #2E4CCB;
}
</style>
background-color css
<style>
a { background-color: #2E4CCB; }
a { background-color: rgb(46,76,203); }
div.DivClassName
{
background-color: #2E4CCB;
}
.BgClassName
{
background-color: #2E4CCB;
}
</style>
border-color css
<style>
span { border-color: #2E4CCB; }
span { border-color: rgb(46,76,203); }
td.TdClassName
{
border-color: #2E4CCB;
}
.TagClassName
{
border-color: #2E4CCB;
}
</style>