Shades of Cerulean Blue #2944DC
Tints of Cerulean Blue #2944DC
RGB
CMYK
RGB Variations
Color information
#2944DC (or 0x2944DC) is known color: Cerulean Blue. HEX triplet: 29, 44 and DC. RGB value is (41,68,220). Sum of RGB (Red+Green+Blue) = 41+68+220=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #2944DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2944DC is #D6BB23. Grayscale: #4C4C4C. Windows color (decimal): -14072612 or 14435369. OLE color: 14435369.
HSL color Cylindrical-coordinate representation of color #2944DC: hue angle of 230.95º 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 #2944DC is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 68 | 220 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.14 |
| HSL | 230.95º | 0.72% | 0.51% | - |
| HSV(B) | 230.95º | 0.81% | 0.86% | - |
| XYZ | 15.9 | 9.77 | 68.76 | - |
| YUV | 77.26 | 208.55 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 68 | 220 | 0.81 | 0.69 | 0 | 0.14 | 230.95 | 0.72 | 0.51 |
| Hex | 29 | 44 | DC | 51 | 45 | 0 | E | E7 | 48 | 33 |
| Octal | 51 | 104 | 334 | 121 | 105 | 0 | 16 | 347 | 110 | 63 |
| Binary | 101001 | 1000100 | 11011100 | 1010001 | 1000101 | 0 | 1110 | 11100111 | 1001000 | 110011 |
Color Harmonies of #2944DC
Complementary color
Monochromatic Colors of #2944DC
Black with #2944DC
Text Example
Text Example
White with #2944DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2944DC; }
p { color: rgb(41,68,220); }
H1.HeaderClassName
{
color: #2944DC;
}
.AnyTagClassName
{
color: #2944DC;
}
</style>
background-color css
<style>
a { background-color: #2944DC; }
a { background-color: rgb(41,68,220); }
div.DivClassName
{
background-color: #2944DC;
}
.BgClassName
{
background-color: #2944DC;
}
</style>
border-color css
<style>
span { border-color: #2944DC; }
span { border-color: rgb(41,68,220); }
td.TdClassName
{
border-color: #2944DC;
}
.TagClassName
{
border-color: #2944DC;
}
</style>