Shades of Cerulean Blue #2E64CE
Tints of Cerulean Blue #2E64CE
RGB
CMYK
RGB Variations
Color information
#2E64CE (or 0x2E64CE) is known color: Cerulean Blue. HEX triplet: 2E, 64 and CE. RGB value is (46,100,206). Sum of RGB (Red+Green+Blue) = 46+100+206=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E64CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E64CE is #D19B31. Grayscale: #5F5F5F. Windows color (decimal): -13736754 or 13526062. OLE color: 13526062.
HSL color Cylindrical-coordinate representation of color #2E64CE: hue angle of 219.75º 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 #2E64CE is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 100 | 206 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.19 |
| HSL | 219.75º | 0.63% | 0.49% | - |
| HSV(B) | 219.75º | 0.78% | 0.81% | - |
| XYZ | 16.82 | 14.15 | 60.24 | - |
| YUV | 95.94 | 190.11 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 206 | 0.78 | 0.51 | 0 | 0.19 | 219.75 | 0.63 | 0.49 |
| Hex | 2E | 64 | CE | 4E | 33 | 0 | 13 | DC | 3F | 31 |
| Octal | 56 | 144 | 316 | 116 | 63 | 0 | 23 | 334 | 77 | 61 |
| Binary | 101110 | 1100100 | 11001110 | 1001110 | 110011 | 0 | 10011 | 11011100 | 111111 | 110001 |
Color Harmonies of #2E64CE
Complementary color
Monochromatic Colors of #2E64CE
Black with #2E64CE
Text Example
Text Example
White with #2E64CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E64CE; }
p { color: rgb(46,100,206); }
H1.HeaderClassName
{
color: #2E64CE;
}
.AnyTagClassName
{
color: #2E64CE;
}
</style>
background-color css
<style>
a { background-color: #2E64CE; }
a { background-color: rgb(46,100,206); }
div.DivClassName
{
background-color: #2E64CE;
}
.BgClassName
{
background-color: #2E64CE;
}
</style>
border-color css
<style>
span { border-color: #2E64CE; }
span { border-color: rgb(46,100,206); }
td.TdClassName
{
border-color: #2E64CE;
}
.TagClassName
{
border-color: #2E64CE;
}
</style>