Shades of Medium Blue #2919DD
Tints of Medium Blue #2919DD
RGB
CMYK
RGB Variations
Color information
#2919DD (or 0x2919DD) is known color: Medium Blue. HEX triplet: 29, 19 and DD. RGB value is (41,25,221). Sum of RGB (Red+Green+Blue) = 41+25+221=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #2919DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2919DD is #D6E622. Grayscale: #333333. Windows color (decimal): -14083619 or 14489897. OLE color: 14489897.
HSL color Cylindrical-coordinate representation of color #2919DD: hue angle of 244.9º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2919DD is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 25 | 221 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.13 |
| HSL | 244.9º | 0.8% | 0.48% | - |
| HSV(B) | 244.9º | 0.89% | 0.87% | - |
| XYZ | 14.31 | 6.39 | 68.89 | - |
| YUV | 52.13 | 223.3 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 221 | 0.81 | 0.89 | 0 | 0.13 | 244.9 | 0.8 | 0.48 |
| Hex | 29 | 19 | DD | 51 | 59 | 0 | D | F5 | 50 | 30 |
| Octal | 51 | 31 | 335 | 121 | 131 | 0 | 15 | 365 | 120 | 60 |
| Binary | 101001 | 11001 | 11011101 | 1010001 | 1011001 | 0 | 1101 | 11110101 | 1010000 | 110000 |
Color Harmonies of #2919DD
Complementary color
Monochromatic Colors of #2919DD
Black with #2919DD
Text Example
Text Example
White with #2919DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2919DD; }
p { color: rgb(41,25,221); }
H1.HeaderClassName
{
color: #2919DD;
}
.AnyTagClassName
{
color: #2919DD;
}
</style>
background-color css
<style>
a { background-color: #2919DD; }
a { background-color: rgb(41,25,221); }
div.DivClassName
{
background-color: #2919DD;
}
.BgClassName
{
background-color: #2919DD;
}
</style>
border-color css
<style>
span { border-color: #2919DD; }
span { border-color: rgb(41,25,221); }
td.TdClassName
{
border-color: #2919DD;
}
.TagClassName
{
border-color: #2919DD;
}
</style>