Shades of Cerulean Blue #2962CE
Tints of Cerulean Blue #2962CE
RGB
CMYK
RGB Variations
Color information
#2962CE (or 0x2962CE) is known color: Cerulean Blue. HEX triplet: 29, 62 and CE. RGB value is (41,98,206). Sum of RGB (Red+Green+Blue) = 41+98+206=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #2962CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962CE is #D69D31. Grayscale: #5C5C5C. Windows color (decimal): -14064946 or 13525545. OLE color: 13525545.
HSL color Cylindrical-coordinate representation of color #2962CE: hue angle of 219.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2962CE is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 98 | 206 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.19 |
| HSL | 219.27º | 0.67% | 0.48% | - |
| HSV(B) | 219.27º | 0.8% | 0.81% | - |
| XYZ | 16.42 | 13.66 | 60.16 | - |
| YUV | 93.27 | 191.62 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 206 | 0.80 | 0.52 | 0 | 0.19 | 219.27 | 0.67 | 0.48 |
| Hex | 29 | 62 | CE | 50 | 34 | 0 | 13 | DB | 43 | 30 |
| Octal | 51 | 142 | 316 | 120 | 64 | 0 | 23 | 333 | 103 | 60 |
| Binary | 101001 | 1100010 | 11001110 | 1010000 | 110100 | 0 | 10011 | 11011011 | 1000011 | 110000 |
Color Harmonies of #2962CE
Complementary color
Monochromatic Colors of #2962CE
Black with #2962CE
Text Example
Text Example
White with #2962CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2962CE; }
p { color: rgb(41,98,206); }
H1.HeaderClassName
{
color: #2962CE;
}
.AnyTagClassName
{
color: #2962CE;
}
</style>
background-color css
<style>
a { background-color: #2962CE; }
a { background-color: rgb(41,98,206); }
div.DivClassName
{
background-color: #2962CE;
}
.BgClassName
{
background-color: #2962CE;
}
</style>
border-color css
<style>
span { border-color: #2962CE; }
span { border-color: rgb(41,98,206); }
td.TdClassName
{
border-color: #2962CE;
}
.TagClassName
{
border-color: #2962CE;
}
</style>