Shades of Cerulean Blue #2956BD
Tints of Cerulean Blue #2956BD
RGB
CMYK
RGB Variations
Color information
#2956BD (or 0x2956BD) is known color: Cerulean Blue. HEX triplet: 29, 56 and BD. RGB value is (41,86,189). Sum of RGB (Red+Green+Blue) = 41+86+189=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #2956BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956BD is #D6A942. Grayscale: #535353. Windows color (decimal): -14068035 or 12408361. OLE color: 12408361.
HSL color Cylindrical-coordinate representation of color #2956BD: hue angle of 221.76º 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 #2956BD is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 86 | 189 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.26 |
| HSL | 221.76º | 0.64% | 0.45% | - |
| HSV(B) | 221.76º | 0.78% | 0.74% | - |
| XYZ | 13.43 | 10.8 | 49.52 | - |
| YUV | 84.29 | 187.09 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 189 | 0.78 | 0.54 | 0 | 0.26 | 221.76 | 0.64 | 0.45 |
| Hex | 29 | 56 | BD | 4E | 36 | 0 | 1A | DE | 40 | 2D |
| Octal | 51 | 126 | 275 | 116 | 66 | 0 | 32 | 336 | 100 | 55 |
| Binary | 101001 | 1010110 | 10111101 | 1001110 | 110110 | 0 | 11010 | 11011110 | 1000000 | 101101 |
Color Harmonies of #2956BD
Complementary color
Monochromatic Colors of #2956BD
Black with #2956BD
Text Example
Text Example
White with #2956BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956BD; }
p { color: rgb(41,86,189); }
H1.HeaderClassName
{
color: #2956BD;
}
.AnyTagClassName
{
color: #2956BD;
}
</style>
background-color css
<style>
a { background-color: #2956BD; }
a { background-color: rgb(41,86,189); }
div.DivClassName
{
background-color: #2956BD;
}
.BgClassName
{
background-color: #2956BD;
}
</style>
border-color css
<style>
span { border-color: #2956BD; }
span { border-color: rgb(41,86,189); }
td.TdClassName
{
border-color: #2956BD;
}
.TagClassName
{
border-color: #2956BD;
}
</style>