Shades of Cerulean Blue #2962CC
Tints of Cerulean Blue #2962CC
RGB
CMYK
RGB Variations
Color information
#2962CC (or 0x2962CC) is known color: Cerulean Blue. HEX triplet: 29, 62 and CC. RGB value is (41,98,204). Sum of RGB (Red+Green+Blue) = 41+98+204=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #2962CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2962CC is #D69D33. Grayscale: #5C5C5C. Windows color (decimal): -14064948 or 13394473. OLE color: 13394473.
HSL color Cylindrical-coordinate representation of color #2962CC: hue angle of 219.02º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2962CC is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 98 | 204 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.2 |
| HSL | 219.02º | 0.67% | 0.48% | - |
| HSV(B) | 219.02º | 0.8% | 0.8% | - |
| XYZ | 16.18 | 13.57 | 58.89 | - |
| YUV | 93.04 | 190.62 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 204 | 0.80 | 0.52 | 0 | 0.2 | 219.02 | 0.67 | 0.48 |
| Hex | 29 | 62 | CC | 50 | 34 | 0 | 14 | DB | 43 | 30 |
| Octal | 51 | 142 | 314 | 120 | 64 | 0 | 24 | 333 | 103 | 60 |
| Binary | 101001 | 1100010 | 11001100 | 1010000 | 110100 | 0 | 10100 | 11011011 | 1000011 | 110000 |
Color Harmonies of #2962CC
Complementary color
Monochromatic Colors of #2962CC
Black with #2962CC
Text Example
Text Example
White with #2962CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2962CC; }
p { color: rgb(41,98,204); }
H1.HeaderClassName
{
color: #2962CC;
}
.AnyTagClassName
{
color: #2962CC;
}
</style>
background-color css
<style>
a { background-color: #2962CC; }
a { background-color: rgb(41,98,204); }
div.DivClassName
{
background-color: #2962CC;
}
.BgClassName
{
background-color: #2962CC;
}
</style>
border-color css
<style>
span { border-color: #2962CC; }
span { border-color: rgb(41,98,204); }
td.TdClassName
{
border-color: #2962CC;
}
.TagClassName
{
border-color: #2962CC;
}
</style>