Shades of Cerulean Blue #2952DC
Tints of Cerulean Blue #2952DC
RGB
CMYK
RGB Variations
Color information
#2952DC (or 0x2952DC) is known color: Cerulean Blue. HEX triplet: 29, 52 and DC. RGB value is (41,82,220). Sum of RGB (Red+Green+Blue) = 41+82+220=343 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.95% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #2952DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2952DC is #D6AD23. Grayscale: #545454. Windows color (decimal): -14069028 or 14438953. OLE color: 14438953.
HSL color Cylindrical-coordinate representation of color #2952DC: hue angle of 226.26º 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 #2952DC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 82 | 220 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.14 |
| HSL | 226.26º | 0.72% | 0.51% | - |
| HSV(B) | 226.26º | 0.81% | 0.86% | - |
| XYZ | 16.85 | 11.67 | 69.08 | - |
| YUV | 85.47 | 203.92 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 220 | 0.81 | 0.63 | 0 | 0.14 | 226.26 | 0.72 | 0.51 |
| Hex | 29 | 52 | DC | 51 | 3F | 0 | E | E2 | 48 | 33 |
| Octal | 51 | 122 | 334 | 121 | 77 | 0 | 16 | 342 | 110 | 63 |
| Binary | 101001 | 1010010 | 11011100 | 1010001 | 111111 | 0 | 1110 | 11100010 | 1001000 | 110011 |
Color Harmonies of #2952DC
Complementary color
Monochromatic Colors of #2952DC
Black with #2952DC
Text Example
Text Example
White with #2952DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2952DC; }
p { color: rgb(41,82,220); }
H1.HeaderClassName
{
color: #2952DC;
}
.AnyTagClassName
{
color: #2952DC;
}
</style>
background-color css
<style>
a { background-color: #2952DC; }
a { background-color: rgb(41,82,220); }
div.DivClassName
{
background-color: #2952DC;
}
.BgClassName
{
background-color: #2952DC;
}
</style>
border-color css
<style>
span { border-color: #2952DC; }
span { border-color: rgb(41,82,220); }
td.TdClassName
{
border-color: #2952DC;
}
.TagClassName
{
border-color: #2952DC;
}
</style>