Shades of Cerulean Blue #2E61CC
Tints of Cerulean Blue #2E61CC
RGB
CMYK
RGB Variations
Color information
#2E61CC (or 0x2E61CC) is known color: Cerulean Blue. HEX triplet: 2E, 61 and CC. RGB value is (46,97,204). Sum of RGB (Red+Green+Blue) = 46+97+204=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E61CC is #D19E33. Grayscale: #5D5D5D. Windows color (decimal): -13737524 or 13394222. OLE color: 13394222.
HSL color Cylindrical-coordinate representation of color #2E61CC: hue angle of 220.63º 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 #2E61CC is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 97 | 204 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.2 |
| HSL | 220.63º | 0.63% | 0.49% | - |
| HSV(B) | 220.63º | 0.77% | 0.8% | - |
| XYZ | 16.3 | 13.49 | 58.87 | - |
| YUV | 93.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 204 | 0.77 | 0.52 | 0 | 0.2 | 220.63 | 0.63 | 0.49 |
| Hex | 2E | 61 | CC | 4D | 34 | 0 | 14 | DD | 3F | 31 |
| Octal | 56 | 141 | 314 | 115 | 64 | 0 | 24 | 335 | 77 | 61 |
| Binary | 101110 | 1100001 | 11001100 | 1001101 | 110100 | 0 | 10100 | 11011101 | 111111 | 110001 |
Color Harmonies of #2E61CC
Complementary color
Monochromatic Colors of #2E61CC
Black with #2E61CC
Text Example
Text Example
White with #2E61CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E61CC; }
p { color: rgb(46,97,204); }
H1.HeaderClassName
{
color: #2E61CC;
}
.AnyTagClassName
{
color: #2E61CC;
}
</style>
background-color css
<style>
a { background-color: #2E61CC; }
a { background-color: rgb(46,97,204); }
div.DivClassName
{
background-color: #2E61CC;
}
.BgClassName
{
background-color: #2E61CC;
}
</style>
border-color css
<style>
span { border-color: #2E61CC; }
span { border-color: rgb(46,97,204); }
td.TdClassName
{
border-color: #2E61CC;
}
.TagClassName
{
border-color: #2E61CC;
}
</style>