Shades of Cerulean Blue #2960C5
Tints of Cerulean Blue #2960C5
RGB
CMYK
RGB Variations
Color information
#2960C5 (or 0x2960C5) is known color: Cerulean Blue. HEX triplet: 29, 60 and C5. RGB value is (41,96,197). Sum of RGB (Red+Green+Blue) = 41+96+197=334 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.28% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #2960C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960C5 is #D69F3A. Grayscale: #5A5A5A. Windows color (decimal): -14065467 or 12935209. OLE color: 12935209.
HSL color Cylindrical-coordinate representation of color #2960C5: hue angle of 218.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2960C5 is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 41 | 96 | 197 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.23 |
| HSL | 218.85º | 0.66% | 0.47% | - |
| HSV(B) | 218.85º | 0.79% | 0.77% | - |
| XYZ | 15.18 | 12.87 | 54.51 | - |
| YUV | 91.07 | 187.78 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 197 | 0.79 | 0.51 | 0 | 0.23 | 218.85 | 0.66 | 0.47 |
| Hex | 29 | 60 | C5 | 4F | 33 | 0 | 17 | DB | 42 | 2F |
| Octal | 51 | 140 | 305 | 117 | 63 | 0 | 27 | 333 | 102 | 57 |
| Binary | 101001 | 1100000 | 11000101 | 1001111 | 110011 | 0 | 10111 | 11011011 | 1000010 | 101111 |
Color Harmonies of #2960C5
Complementary color
Monochromatic Colors of #2960C5
Black with #2960C5
Text Example
Text Example
White with #2960C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960C5; }
p { color: rgb(41,96,197); }
H1.HeaderClassName
{
color: #2960C5;
}
.AnyTagClassName
{
color: #2960C5;
}
</style>
background-color css
<style>
a { background-color: #2960C5; }
a { background-color: rgb(41,96,197); }
div.DivClassName
{
background-color: #2960C5;
}
.BgClassName
{
background-color: #2960C5;
}
</style>
border-color css
<style>
span { border-color: #2960C5; }
span { border-color: rgb(41,96,197); }
td.TdClassName
{
border-color: #2960C5;
}
.TagClassName
{
border-color: #2960C5;
}
</style>