Shades of Cerulean Blue #2965CB
Tints of Cerulean Blue #2965CB
RGB
CMYK
RGB Variations
Color information
#2965CB (or 0x2965CB) is known color: Cerulean Blue. HEX triplet: 29, 65 and CB. RGB value is (41,101,203). Sum of RGB (Red+Green+Blue) = 41+101+203=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #2965CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2965CB is #D69A34. Grayscale: #5E5E5E. Windows color (decimal): -14064181 or 13329705. OLE color: 13329705.
HSL color Cylindrical-coordinate representation of color #2965CB: hue angle of 217.78º 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 #2965CB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 101 | 203 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.20 |
| HSL | 217.78º | 0.66% | 0.48% | - |
| HSV(B) | 217.78º | 0.8% | 0.8% | - |
| XYZ | 16.35 | 14.09 | 58.36 | - |
| YUV | 94.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 101 | 203 | 0.80 | 0.50 | 0 | 0.20 | 217.78 | 0.66 | 0.48 |
| Hex | 29 | 65 | CB | 50 | 32 | 0 | 14 | DA | 42 | 30 |
| Octal | 51 | 145 | 313 | 120 | 62 | 0 | 24 | 332 | 102 | 60 |
| Binary | 101001 | 1100101 | 11001011 | 1010000 | 110010 | 0 | 10100 | 11011010 | 1000010 | 110000 |
Color Harmonies of #2965CB
Complementary color
Monochromatic Colors of #2965CB
Black with #2965CB
Text Example
Text Example
White with #2965CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2965CB; }
p { color: rgb(41,101,203); }
H1.HeaderClassName
{
color: #2965CB;
}
.AnyTagClassName
{
color: #2965CB;
}
</style>
background-color css
<style>
a { background-color: #2965CB; }
a { background-color: rgb(41,101,203); }
div.DivClassName
{
background-color: #2965CB;
}
.BgClassName
{
background-color: #2965CB;
}
</style>
border-color css
<style>
span { border-color: #2965CB; }
span { border-color: rgb(41,101,203); }
td.TdClassName
{
border-color: #2965CB;
}
.TagClassName
{
border-color: #2965CB;
}
</style>