Shades of Medium Blue #2919DB
Tints of Medium Blue #2919DB
RGB
CMYK
RGB Variations
Color information
#2919DB (or 0x2919DB) is known color: Medium Blue. HEX triplet: 29, 19 and DB. RGB value is (41,25,219). Sum of RGB (Red+Green+Blue) = 41+25+219=285 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.39% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #2919DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2919DB is #D6E624. Grayscale: #333333. Windows color (decimal): -14083621 or 14358825. OLE color: 14358825.
HSL color Cylindrical-coordinate representation of color #2919DB: hue angle of 244.95º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2919DB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 25 | 219 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.14 |
| HSL | 244.95º | 0.8% | 0.48% | - |
| HSV(B) | 244.95º | 0.89% | 0.86% | - |
| XYZ | 14.05 | 6.28 | 67.49 | - |
| YUV | 51.9 | 222.3 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 219 | 0.81 | 0.89 | 0 | 0.14 | 244.95 | 0.8 | 0.48 |
| Hex | 29 | 19 | DB | 51 | 59 | 0 | E | F5 | 50 | 30 |
| Octal | 51 | 31 | 333 | 121 | 131 | 0 | 16 | 365 | 120 | 60 |
| Binary | 101001 | 11001 | 11011011 | 1010001 | 1011001 | 0 | 1110 | 11110101 | 1010000 | 110000 |
Color Harmonies of #2919DB
Complementary color
Monochromatic Colors of #2919DB
Black with #2919DB
Text Example
Text Example
White with #2919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919DB; }
p { color: rgb(41,25,219); }
H1.HeaderClassName
{
color: #2919DB;
}
.AnyTagClassName
{
color: #2919DB;
}
</style>
background-color css
<style>
a { background-color: #2919DB; }
a { background-color: rgb(41,25,219); }
div.DivClassName
{
background-color: #2919DB;
}
.BgClassName
{
background-color: #2919DB;
}
</style>
border-color css
<style>
span { border-color: #2919DB; }
span { border-color: rgb(41,25,219); }
td.TdClassName
{
border-color: #2919DB;
}
.TagClassName
{
border-color: #2919DB;
}
</style>