Shades of Cerulean Blue #2E5CCC
Tints of Cerulean Blue #2E5CCC
RGB
CMYK
RGB Variations
Color information
#2E5CCC (or 0x2E5CCC) is known color: Cerulean Blue. HEX triplet: 2E, 5C and CC. RGB value is (46,92,204). Sum of RGB (Red+Green+Blue) = 46+92+204=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E5CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5CCC is #D1A333. Grayscale: #5A5A5A. Windows color (decimal): -13738804 or 13392942. OLE color: 13392942.
HSL color Cylindrical-coordinate representation of color #2E5CCC: hue angle of 222.53º 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 #2E5CCC is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 92 | 204 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.2 |
| HSL | 222.53º | 0.63% | 0.49% | - |
| HSV(B) | 222.53º | 0.77% | 0.8% | - |
| XYZ | 15.85 | 12.59 | 58.72 | - |
| YUV | 91.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 92 | 204 | 0.77 | 0.55 | 0 | 0.2 | 222.53 | 0.63 | 0.49 |
| Hex | 2E | 5C | CC | 4D | 37 | 0 | 14 | DF | 3F | 31 |
| Octal | 56 | 134 | 314 | 115 | 67 | 0 | 24 | 337 | 77 | 61 |
| Binary | 101110 | 1011100 | 11001100 | 1001101 | 110111 | 0 | 10100 | 11011111 | 111111 | 110001 |
Color Harmonies of #2E5CCC
Complementary color
Monochromatic Colors of #2E5CCC
Black with #2E5CCC
Text Example
Text Example
White with #2E5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5CCC; }
p { color: rgb(46,92,204); }
H1.HeaderClassName
{
color: #2E5CCC;
}
.AnyTagClassName
{
color: #2E5CCC;
}
</style>
background-color css
<style>
a { background-color: #2E5CCC; }
a { background-color: rgb(46,92,204); }
div.DivClassName
{
background-color: #2E5CCC;
}
.BgClassName
{
background-color: #2E5CCC;
}
</style>
border-color css
<style>
span { border-color: #2E5CCC; }
span { border-color: rgb(46,92,204); }
td.TdClassName
{
border-color: #2E5CCC;
}
.TagClassName
{
border-color: #2E5CCC;
}
</style>