Shades of Cerulean Blue #2961CB
Tints of Cerulean Blue #2961CB
RGB
CMYK
RGB Variations
Color information
#2961CB (or 0x2961CB) is known color: Cerulean Blue. HEX triplet: 29, 61 and CB. RGB value is (41,97,203). Sum of RGB (Red+Green+Blue) = 41+97+203=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #2961CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2961CB is #D69E34. Grayscale: #5B5B5B. Windows color (decimal): -14065205 or 13328681. OLE color: 13328681.
HSL color Cylindrical-coordinate representation of color #2961CB: hue angle of 219.26º 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 #2961CB is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 97 | 203 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.20 |
| HSL | 219.26º | 0.66% | 0.48% | - |
| HSV(B) | 219.26º | 0.8% | 0.8% | - |
| XYZ | 15.97 | 13.33 | 58.23 | - |
| YUV | 92.34 | 190.45 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 97 | 203 | 0.80 | 0.52 | 0 | 0.20 | 219.26 | 0.66 | 0.48 |
| Hex | 29 | 61 | CB | 50 | 34 | 0 | 14 | DB | 42 | 30 |
| Octal | 51 | 141 | 313 | 120 | 64 | 0 | 24 | 333 | 102 | 60 |
| Binary | 101001 | 1100001 | 11001011 | 1010000 | 110100 | 0 | 10100 | 11011011 | 1000010 | 110000 |
Color Harmonies of #2961CB
Complementary color
Monochromatic Colors of #2961CB
Black with #2961CB
Text Example
Text Example
White with #2961CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2961CB; }
p { color: rgb(41,97,203); }
H1.HeaderClassName
{
color: #2961CB;
}
.AnyTagClassName
{
color: #2961CB;
}
</style>
background-color css
<style>
a { background-color: #2961CB; }
a { background-color: rgb(41,97,203); }
div.DivClassName
{
background-color: #2961CB;
}
.BgClassName
{
background-color: #2961CB;
}
</style>
border-color css
<style>
span { border-color: #2961CB; }
span { border-color: rgb(41,97,203); }
td.TdClassName
{
border-color: #2961CB;
}
.TagClassName
{
border-color: #2961CB;
}
</style>