Shades of Cerulean Blue #2E4FCC
Tints of Cerulean Blue #2E4FCC
RGB
CMYK
RGB Variations
Color information
#2E4FCC (or 0x2E4FCC) is known color: Cerulean Blue. HEX triplet: 2E, 4F and CC. RGB value is (46,79,204). Sum of RGB (Red+Green+Blue) = 46+79+204=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E4FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4FCC is #D1B033. Grayscale: #525252. Windows color (decimal): -13742132 or 13389614. OLE color: 13389614.
HSL color Cylindrical-coordinate representation of color #2E4FCC: hue angle of 227.47º 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 #2E4FCC is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 79 | 204 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.2 |
| HSL | 227.47º | 0.63% | 0.49% | - |
| HSV(B) | 227.47º | 0.77% | 0.8% | - |
| XYZ | 14.82 | 10.53 | 58.38 | - |
| YUV | 83.38 | 196.07 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 79 | 204 | 0.77 | 0.61 | 0 | 0.2 | 227.47 | 0.63 | 0.49 |
| Hex | 2E | 4F | CC | 4D | 3D | 0 | 14 | E3 | 3F | 31 |
| Octal | 56 | 117 | 314 | 115 | 75 | 0 | 24 | 343 | 77 | 61 |
| Binary | 101110 | 1001111 | 11001100 | 1001101 | 111101 | 0 | 10100 | 11100011 | 111111 | 110001 |
Color Harmonies of #2E4FCC
Complementary color
Monochromatic Colors of #2E4FCC
Black with #2E4FCC
Text Example
Text Example
White with #2E4FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4FCC; }
p { color: rgb(46,79,204); }
H1.HeaderClassName
{
color: #2E4FCC;
}
.AnyTagClassName
{
color: #2E4FCC;
}
</style>
background-color css
<style>
a { background-color: #2E4FCC; }
a { background-color: rgb(46,79,204); }
div.DivClassName
{
background-color: #2E4FCC;
}
.BgClassName
{
background-color: #2E4FCC;
}
</style>
border-color css
<style>
span { border-color: #2E4FCC; }
span { border-color: rgb(46,79,204); }
td.TdClassName
{
border-color: #2E4FCC;
}
.TagClassName
{
border-color: #2E4FCC;
}
</style>