Shades of Cerulean Blue #2963CB
Tints of Cerulean Blue #2963CB
RGB
CMYK
RGB Variations
Color information
#2963CB (or 0x2963CB) is known color: Cerulean Blue. HEX triplet: 29, 63 and CB. RGB value is (41,99,203). Sum of RGB (Red+Green+Blue) = 41+99+203=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #2963CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963CB is #D69C34. Grayscale: #5D5D5D. Windows color (decimal): -14064693 or 13329193. OLE color: 13329193.
HSL color Cylindrical-coordinate representation of color #2963CB: hue angle of 218.52º degrees, saturation: 0.66, 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 #2963CB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 99 | 203 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.20 |
| HSL | 218.52º | 0.66% | 0.48% | - |
| HSV(B) | 218.52º | 0.8% | 0.8% | - |
| XYZ | 16.16 | 13.71 | 58.29 | - |
| YUV | 93.51 | 189.78 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 203 | 0.80 | 0.51 | 0 | 0.20 | 218.52 | 0.66 | 0.48 |
| Hex | 29 | 63 | CB | 50 | 33 | 0 | 14 | DB | 42 | 30 |
| Octal | 51 | 143 | 313 | 120 | 63 | 0 | 24 | 333 | 102 | 60 |
| Binary | 101001 | 1100011 | 11001011 | 1010000 | 110011 | 0 | 10100 | 11011011 | 1000010 | 110000 |
Color Harmonies of #2963CB
Complementary color
Monochromatic Colors of #2963CB
Black with #2963CB
Text Example
Text Example
White with #2963CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963CB; }
p { color: rgb(41,99,203); }
H1.HeaderClassName
{
color: #2963CB;
}
.AnyTagClassName
{
color: #2963CB;
}
</style>
background-color css
<style>
a { background-color: #2963CB; }
a { background-color: rgb(41,99,203); }
div.DivClassName
{
background-color: #2963CB;
}
.BgClassName
{
background-color: #2963CB;
}
</style>
border-color css
<style>
span { border-color: #2963CB; }
span { border-color: rgb(41,99,203); }
td.TdClassName
{
border-color: #2963CB;
}
.TagClassName
{
border-color: #2963CB;
}
</style>