Shades of Cerulean Blue #2E61CE
Tints of Cerulean Blue #2E61CE
RGB
CMYK
RGB Variations
Color information
#2E61CE (or 0x2E61CE) is known color: Cerulean Blue. HEX triplet: 2E, 61 and CE. RGB value is (46,97,206). Sum of RGB (Red+Green+Blue) = 46+97+206=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E61CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E61CE is #D19E31. Grayscale: #5D5D5D. Windows color (decimal): -13737522 or 13525294. OLE color: 13525294.
HSL color Cylindrical-coordinate representation of color #2E61CE: hue angle of 220.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E61CE is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 97 | 206 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.19 |
| HSL | 220.88º | 0.63% | 0.49% | - |
| HSV(B) | 220.88º | 0.78% | 0.81% | - |
| XYZ | 16.54 | 13.59 | 60.14 | - |
| YUV | 94.18 | 191.1 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 97 | 206 | 0.78 | 0.53 | 0 | 0.19 | 220.88 | 0.63 | 0.49 |
| Hex | 2E | 61 | CE | 4E | 35 | 0 | 13 | DD | 3F | 31 |
| Octal | 56 | 141 | 316 | 116 | 65 | 0 | 23 | 335 | 77 | 61 |
| Binary | 101110 | 1100001 | 11001110 | 1001110 | 110101 | 0 | 10011 | 11011101 | 111111 | 110001 |
Color Harmonies of #2E61CE
Complementary color
Monochromatic Colors of #2E61CE
Black with #2E61CE
Text Example
Text Example
White with #2E61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E61CE; }
p { color: rgb(46,97,206); }
H1.HeaderClassName
{
color: #2E61CE;
}
.AnyTagClassName
{
color: #2E61CE;
}
</style>
background-color css
<style>
a { background-color: #2E61CE; }
a { background-color: rgb(46,97,206); }
div.DivClassName
{
background-color: #2E61CE;
}
.BgClassName
{
background-color: #2E61CE;
}
</style>
border-color css
<style>
span { border-color: #2E61CE; }
span { border-color: rgb(46,97,206); }
td.TdClassName
{
border-color: #2E61CE;
}
.TagClassName
{
border-color: #2E61CE;
}
</style>