Shades of Cerulean Blue #2955DC
Tints of Cerulean Blue #2955DC
RGB
CMYK
RGB Variations
Color information
#2955DC (or 0x2955DC) is known color: Cerulean Blue. HEX triplet: 29, 55 and DC. RGB value is (41,85,220). Sum of RGB (Red+Green+Blue) = 41+85+220=346 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.85% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #2955DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2955DC is #D6AA23. Grayscale: #565656. Windows color (decimal): -14068260 or 14439721. OLE color: 14439721.
HSL color Cylindrical-coordinate representation of color #2955DC: hue angle of 225.25º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2955DC is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 85 | 220 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.14 |
| HSL | 225.25º | 0.72% | 0.51% | - |
| HSV(B) | 225.25º | 0.81% | 0.86% | - |
| XYZ | 17.08 | 12.14 | 69.15 | - |
| YUV | 87.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 85 | 220 | 0.81 | 0.61 | 0 | 0.14 | 225.25 | 0.72 | 0.51 |
| Hex | 29 | 55 | DC | 51 | 3D | 0 | E | E1 | 48 | 33 |
| Octal | 51 | 125 | 334 | 121 | 75 | 0 | 16 | 341 | 110 | 63 |
| Binary | 101001 | 1010101 | 11011100 | 1010001 | 111101 | 0 | 1110 | 11100001 | 1001000 | 110011 |
Color Harmonies of #2955DC
Complementary color
Monochromatic Colors of #2955DC
Black with #2955DC
Text Example
Text Example
White with #2955DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2955DC; }
p { color: rgb(41,85,220); }
H1.HeaderClassName
{
color: #2955DC;
}
.AnyTagClassName
{
color: #2955DC;
}
</style>
background-color css
<style>
a { background-color: #2955DC; }
a { background-color: rgb(41,85,220); }
div.DivClassName
{
background-color: #2955DC;
}
.BgClassName
{
background-color: #2955DC;
}
</style>
border-color css
<style>
span { border-color: #2955DC; }
span { border-color: rgb(41,85,220); }
td.TdClassName
{
border-color: #2955DC;
}
.TagClassName
{
border-color: #2955DC;
}
</style>