Shades of Cerulean Blue #2948DC
Tints of Cerulean Blue #2948DC
RGB
CMYK
RGB Variations
Color information
#2948DC (or 0x2948DC) is known color: Cerulean Blue. HEX triplet: 29, 48 and DC. RGB value is (41,72,220). Sum of RGB (Red+Green+Blue) = 41+72+220=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #2948DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948DC is #D6B723. Grayscale: #4E4E4E. Windows color (decimal): -14071588 or 14436393. OLE color: 14436393.
HSL color Cylindrical-coordinate representation of color #2948DC: hue angle of 229.61º 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 #2948DC is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 72 | 220 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.14 |
| HSL | 229.61º | 0.72% | 0.51% | - |
| HSV(B) | 229.61º | 0.81% | 0.86% | - |
| XYZ | 16.15 | 10.27 | 68.84 | - |
| YUV | 79.6 | 207.23 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 220 | 0.81 | 0.67 | 0 | 0.14 | 229.61 | 0.72 | 0.51 |
| Hex | 29 | 48 | DC | 51 | 43 | 0 | E | E6 | 48 | 33 |
| Octal | 51 | 110 | 334 | 121 | 103 | 0 | 16 | 346 | 110 | 63 |
| Binary | 101001 | 1001000 | 11011100 | 1010001 | 1000011 | 0 | 1110 | 11100110 | 1001000 | 110011 |
Color Harmonies of #2948DC
Complementary color
Monochromatic Colors of #2948DC
Black with #2948DC
Text Example
Text Example
White with #2948DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948DC; }
p { color: rgb(41,72,220); }
H1.HeaderClassName
{
color: #2948DC;
}
.AnyTagClassName
{
color: #2948DC;
}
</style>
background-color css
<style>
a { background-color: #2948DC; }
a { background-color: rgb(41,72,220); }
div.DivClassName
{
background-color: #2948DC;
}
.BgClassName
{
background-color: #2948DC;
}
</style>
border-color css
<style>
span { border-color: #2948DC; }
span { border-color: rgb(41,72,220); }
td.TdClassName
{
border-color: #2948DC;
}
.TagClassName
{
border-color: #2948DC;
}
</style>