Shades of Medium Blue #2919DC
Tints of Medium Blue #2919DC
RGB
CMYK
RGB Variations
Color information
#2919DC (or 0x2919DC) is known color: Medium Blue. HEX triplet: 29, 19 and DC. RGB value is (41,25,220). Sum of RGB (Red+Green+Blue) = 41+25+220=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #2919DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2919DC is #D6E623. Grayscale: #333333. Windows color (decimal): -14083620 or 14424361. OLE color: 14424361.
HSL color Cylindrical-coordinate representation of color #2919DC: hue angle of 244.92º 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 #2919DC is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 25 | 220 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.14 |
| HSL | 244.92º | 0.8% | 0.48% | - |
| HSV(B) | 244.92º | 0.89% | 0.86% | - |
| XYZ | 14.18 | 6.33 | 68.19 | - |
| YUV | 52.01 | 222.8 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 220 | 0.81 | 0.89 | 0 | 0.14 | 244.92 | 0.8 | 0.48 |
| Hex | 29 | 19 | DC | 51 | 59 | 0 | E | F5 | 50 | 30 |
| Octal | 51 | 31 | 334 | 121 | 131 | 0 | 16 | 365 | 120 | 60 |
| Binary | 101001 | 11001 | 11011100 | 1010001 | 1011001 | 0 | 1110 | 11110101 | 1010000 | 110000 |
Color Harmonies of #2919DC
Complementary color
Monochromatic Colors of #2919DC
Black with #2919DC
Text Example
Text Example
White with #2919DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919DC; }
p { color: rgb(41,25,220); }
H1.HeaderClassName
{
color: #2919DC;
}
.AnyTagClassName
{
color: #2919DC;
}
</style>
background-color css
<style>
a { background-color: #2919DC; }
a { background-color: rgb(41,25,220); }
div.DivClassName
{
background-color: #2919DC;
}
.BgClassName
{
background-color: #2919DC;
}
</style>
border-color css
<style>
span { border-color: #2919DC; }
span { border-color: rgb(41,25,220); }
td.TdClassName
{
border-color: #2919DC;
}
.TagClassName
{
border-color: #2919DC;
}
</style>