Shades of Cerulean Blue #2956CB
Tints of Cerulean Blue #2956CB
RGB
CMYK
RGB Variations
Color information
#2956CB (or 0x2956CB) is known color: Cerulean Blue. HEX triplet: 29, 56 and CB. RGB value is (41,86,203). Sum of RGB (Red+Green+Blue) = 41+86+203=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #2956CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956CB is #D6A934. Grayscale: #555555. Windows color (decimal): -14068021 or 13325865. OLE color: 13325865.
HSL color Cylindrical-coordinate representation of color #2956CB: hue angle of 223.33º 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 #2956CB is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 41 | 86 | 203 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.20 |
| HSL | 223.33º | 0.66% | 0.48% | - |
| HSV(B) | 223.33º | 0.8% | 0.8% | - |
| XYZ | 15.02 | 11.44 | 57.92 | - |
| YUV | 85.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 203 | 0.80 | 0.58 | 0 | 0.20 | 223.33 | 0.66 | 0.48 |
| Hex | 29 | 56 | CB | 50 | 3A | 0 | 14 | DF | 42 | 30 |
| Octal | 51 | 126 | 313 | 120 | 72 | 0 | 24 | 337 | 102 | 60 |
| Binary | 101001 | 1010110 | 11001011 | 1010000 | 111010 | 0 | 10100 | 11011111 | 1000010 | 110000 |
Color Harmonies of #2956CB
Complementary color
Monochromatic Colors of #2956CB
Black with #2956CB
Text Example
Text Example
White with #2956CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956CB; }
p { color: rgb(41,86,203); }
H1.HeaderClassName
{
color: #2956CB;
}
.AnyTagClassName
{
color: #2956CB;
}
</style>
background-color css
<style>
a { background-color: #2956CB; }
a { background-color: rgb(41,86,203); }
div.DivClassName
{
background-color: #2956CB;
}
.BgClassName
{
background-color: #2956CB;
}
</style>
border-color css
<style>
span { border-color: #2956CB; }
span { border-color: rgb(41,86,203); }
td.TdClassName
{
border-color: #2956CB;
}
.TagClassName
{
border-color: #2956CB;
}
</style>