Shades of Cerulean Blue #2956DA
Tints of Cerulean Blue #2956DA
RGB
CMYK
RGB Variations
Color information
#2956DA (or 0x2956DA) is known color: Cerulean Blue. HEX triplet: 29, 56 and DA. RGB value is (41,86,218). Sum of RGB (Red+Green+Blue) = 41+86+218=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #2956DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2956DA is #D6A925. Grayscale: #575757. Windows color (decimal): -14068006 or 14308905. OLE color: 14308905.
HSL color Cylindrical-coordinate representation of color #2956DA: hue angle of 224.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2956DA is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 86 | 218 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.15 |
| HSL | 224.75º | 0.71% | 0.51% | - |
| HSV(B) | 224.75º | 0.81% | 0.85% | - |
| XYZ | 16.9 | 12.19 | 67.79 | - |
| YUV | 87.59 | 201.59 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 218 | 0.81 | 0.61 | 0 | 0.15 | 224.75 | 0.71 | 0.51 |
| Hex | 29 | 56 | DA | 51 | 3D | 0 | F | E1 | 47 | 33 |
| Octal | 51 | 126 | 332 | 121 | 75 | 0 | 17 | 341 | 107 | 63 |
| Binary | 101001 | 1010110 | 11011010 | 1010001 | 111101 | 0 | 1111 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2956DA
Complementary color
Monochromatic Colors of #2956DA
Black with #2956DA
Text Example
Text Example
White with #2956DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956DA; }
p { color: rgb(41,86,218); }
H1.HeaderClassName
{
color: #2956DA;
}
.AnyTagClassName
{
color: #2956DA;
}
</style>
background-color css
<style>
a { background-color: #2956DA; }
a { background-color: rgb(41,86,218); }
div.DivClassName
{
background-color: #2956DA;
}
.BgClassName
{
background-color: #2956DA;
}
</style>
border-color css
<style>
span { border-color: #2956DA; }
span { border-color: rgb(41,86,218); }
td.TdClassName
{
border-color: #2956DA;
}
.TagClassName
{
border-color: #2956DA;
}
</style>