Shades of Cerulean Blue #2948DB
Tints of Cerulean Blue #2948DB
RGB
CMYK
RGB Variations
Color information
#2948DB (or 0x2948DB) is known color: Cerulean Blue. HEX triplet: 29, 48 and DB. RGB value is (41,72,219). Sum of RGB (Red+Green+Blue) = 41+72+219=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #2948DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948DB is #D6B724. Grayscale: #4E4E4E. Windows color (decimal): -14071589 or 14370857. OLE color: 14370857.
HSL color Cylindrical-coordinate representation of color #2948DB: hue angle of 229.55º degrees, saturation: 0.71, 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 #2948DB is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 72 | 219 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.14 |
| HSL | 229.55º | 0.71% | 0.51% | - |
| HSV(B) | 229.55º | 0.81% | 0.86% | - |
| XYZ | 16.02 | 10.22 | 68.15 | - |
| YUV | 79.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 219 | 0.81 | 0.67 | 0 | 0.14 | 229.55 | 0.71 | 0.51 |
| Hex | 29 | 48 | DB | 51 | 43 | 0 | E | E6 | 47 | 33 |
| Octal | 51 | 110 | 333 | 121 | 103 | 0 | 16 | 346 | 107 | 63 |
| Binary | 101001 | 1001000 | 11011011 | 1010001 | 1000011 | 0 | 1110 | 11100110 | 1000111 | 110011 |
Color Harmonies of #2948DB
Complementary color
Monochromatic Colors of #2948DB
Black with #2948DB
Text Example
Text Example
White with #2948DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948DB; }
p { color: rgb(41,72,219); }
H1.HeaderClassName
{
color: #2948DB;
}
.AnyTagClassName
{
color: #2948DB;
}
</style>
background-color css
<style>
a { background-color: #2948DB; }
a { background-color: rgb(41,72,219); }
div.DivClassName
{
background-color: #2948DB;
}
.BgClassName
{
background-color: #2948DB;
}
</style>
border-color css
<style>
span { border-color: #2948DB; }
span { border-color: rgb(41,72,219); }
td.TdClassName
{
border-color: #2948DB;
}
.TagClassName
{
border-color: #2948DB;
}
</style>