Shades of Cerulean Blue #2963CC
Tints of Cerulean Blue #2963CC
RGB
CMYK
RGB Variations
Color information
#2963CC (or 0x2963CC) is known color: Cerulean Blue. HEX triplet: 29, 63 and CC. RGB value is (41,99,204). Sum of RGB (Red+Green+Blue) = 41+99+204=344 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.92% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #2963CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963CC is #D69C33. Grayscale: #5D5D5D. Windows color (decimal): -14064692 or 13394729. OLE color: 13394729.
HSL color Cylindrical-coordinate representation of color #2963CC: hue angle of 218.65º 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 #2963CC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 99 | 204 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.2 |
| HSL | 218.65º | 0.67% | 0.48% | - |
| HSV(B) | 218.65º | 0.8% | 0.8% | - |
| XYZ | 16.28 | 13.75 | 58.92 | - |
| YUV | 93.63 | 190.28 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 204 | 0.80 | 0.51 | 0 | 0.2 | 218.65 | 0.67 | 0.48 |
| Hex | 29 | 63 | CC | 50 | 33 | 0 | 14 | DB | 43 | 30 |
| Octal | 51 | 143 | 314 | 120 | 63 | 0 | 24 | 333 | 103 | 60 |
| Binary | 101001 | 1100011 | 11001100 | 1010000 | 110011 | 0 | 10100 | 11011011 | 1000011 | 110000 |
Color Harmonies of #2963CC
Complementary color
Monochromatic Colors of #2963CC
Black with #2963CC
Text Example
Text Example
White with #2963CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963CC; }
p { color: rgb(41,99,204); }
H1.HeaderClassName
{
color: #2963CC;
}
.AnyTagClassName
{
color: #2963CC;
}
</style>
background-color css
<style>
a { background-color: #2963CC; }
a { background-color: rgb(41,99,204); }
div.DivClassName
{
background-color: #2963CC;
}
.BgClassName
{
background-color: #2963CC;
}
</style>
border-color css
<style>
span { border-color: #2963CC; }
span { border-color: rgb(41,99,204); }
td.TdClassName
{
border-color: #2963CC;
}
.TagClassName
{
border-color: #2963CC;
}
</style>