Shades of Cerulean Blue #2964CC
Tints of Cerulean Blue #2964CC
RGB
CMYK
RGB Variations
Color information
#2964CC (or 0x2964CC) is known color: Cerulean Blue. HEX triplet: 29, 64 and CC. RGB value is (41,100,204). Sum of RGB (Red+Green+Blue) = 41+100+204=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #2964CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2964CC is #D69B33. Grayscale: #5D5D5D. Windows color (decimal): -14064436 or 13394985. OLE color: 13394985.
HSL color Cylindrical-coordinate representation of color #2964CC: hue angle of 218.28º 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 #2964CC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 100 | 204 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.2 |
| HSL | 218.28º | 0.67% | 0.48% | - |
| HSV(B) | 218.28º | 0.8% | 0.8% | - |
| XYZ | 16.37 | 13.95 | 58.96 | - |
| YUV | 94.22 | 189.95 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 100 | 204 | 0.80 | 0.51 | 0 | 0.2 | 218.28 | 0.67 | 0.48 |
| Hex | 29 | 64 | CC | 50 | 33 | 0 | 14 | DA | 43 | 30 |
| Octal | 51 | 144 | 314 | 120 | 63 | 0 | 24 | 332 | 103 | 60 |
| Binary | 101001 | 1100100 | 11001100 | 1010000 | 110011 | 0 | 10100 | 11011010 | 1000011 | 110000 |
Color Harmonies of #2964CC
Complementary color
Monochromatic Colors of #2964CC
Black with #2964CC
Text Example
Text Example
White with #2964CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2964CC; }
p { color: rgb(41,100,204); }
H1.HeaderClassName
{
color: #2964CC;
}
.AnyTagClassName
{
color: #2964CC;
}
</style>
background-color css
<style>
a { background-color: #2964CC; }
a { background-color: rgb(41,100,204); }
div.DivClassName
{
background-color: #2964CC;
}
.BgClassName
{
background-color: #2964CC;
}
</style>
border-color css
<style>
span { border-color: #2964CC; }
span { border-color: rgb(41,100,204); }
td.TdClassName
{
border-color: #2964CC;
}
.TagClassName
{
border-color: #2964CC;
}
</style>