Shades of Cerulean Blue #2960BC
Tints of Cerulean Blue #2960BC
RGB
CMYK
RGB Variations
Color information
#2960BC (or 0x2960BC) is known color: Cerulean Blue. HEX triplet: 29, 60 and BC. RGB value is (41,96,188). Sum of RGB (Red+Green+Blue) = 41+96+188=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2960BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960BC is #D69F43. Grayscale: #595959. Windows color (decimal): -14065476 or 12345385. OLE color: 12345385.
HSL color Cylindrical-coordinate representation of color #2960BC: hue angle of 217.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2960BC is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 96 | 188 | - |
| CMYK | 0.78 | 0.49 | 0 | 0.26 |
| HSL | 217.55º | 0.64% | 0.45% | - |
| HSV(B) | 217.55º | 0.78% | 0.74% | - |
| XYZ | 14.17 | 12.47 | 49.24 | - |
| YUV | 90.04 | 183.28 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 188 | 0.78 | 0.49 | 0 | 0.26 | 217.55 | 0.64 | 0.45 |
| Hex | 29 | 60 | BC | 4E | 31 | 0 | 1A | DA | 40 | 2D |
| Octal | 51 | 140 | 274 | 116 | 61 | 0 | 32 | 332 | 100 | 55 |
| Binary | 101001 | 1100000 | 10111100 | 1001110 | 110001 | 0 | 11010 | 11011010 | 1000000 | 101101 |
Color Harmonies of #2960BC
Complementary color
Monochromatic Colors of #2960BC
Black with #2960BC
Text Example
Text Example
White with #2960BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2960BC; }
p { color: rgb(41,96,188); }
H1.HeaderClassName
{
color: #2960BC;
}
.AnyTagClassName
{
color: #2960BC;
}
</style>
background-color css
<style>
a { background-color: #2960BC; }
a { background-color: rgb(41,96,188); }
div.DivClassName
{
background-color: #2960BC;
}
.BgClassName
{
background-color: #2960BC;
}
</style>
border-color css
<style>
span { border-color: #2960BC; }
span { border-color: rgb(41,96,188); }
td.TdClassName
{
border-color: #2960BC;
}
.TagClassName
{
border-color: #2960BC;
}
</style>