Shades of Medium Blue #2913DD
Tints of Medium Blue #2913DD
RGB
CMYK
RGB Variations
Color information
#2913DD (or 0x2913DD) is known color: Medium Blue. HEX triplet: 29, 13 and DD. RGB value is (41,19,221). Sum of RGB (Red+Green+Blue) = 41+19+221=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #2913DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913DD is #D6EC22. Grayscale: #2F2F2F. Windows color (decimal): -14085155 or 14488361. OLE color: 14488361.
HSL color Cylindrical-coordinate representation of color #2913DD: hue angle of 246.53º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2913DD is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 19 | 221 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.13 |
| HSL | 246.53º | 0.84% | 0.47% | - |
| HSV(B) | 246.53º | 0.91% | 0.87% | - |
| XYZ | 14.2 | 6.16 | 68.85 | - |
| YUV | 48.61 | 225.29 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 221 | 0.81 | 0.91 | 0 | 0.13 | 246.53 | 0.84 | 0.47 |
| Hex | 29 | 13 | DD | 51 | 5B | 0 | D | F7 | 54 | 2F |
| Octal | 51 | 23 | 335 | 121 | 133 | 0 | 15 | 367 | 124 | 57 |
| Binary | 101001 | 10011 | 11011101 | 1010001 | 1011011 | 0 | 1101 | 11110111 | 1010100 | 101111 |
Color Harmonies of #2913DD
Complementary color
Monochromatic Colors of #2913DD
Black with #2913DD
Text Example
Text Example
White with #2913DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2913DD; }
p { color: rgb(41,19,221); }
H1.HeaderClassName
{
color: #2913DD;
}
.AnyTagClassName
{
color: #2913DD;
}
</style>
background-color css
<style>
a { background-color: #2913DD; }
a { background-color: rgb(41,19,221); }
div.DivClassName
{
background-color: #2913DD;
}
.BgClassName
{
background-color: #2913DD;
}
</style>
border-color css
<style>
span { border-color: #2913DD; }
span { border-color: rgb(41,19,221); }
td.TdClassName
{
border-color: #2913DD;
}
.TagClassName
{
border-color: #2913DD;
}
</style>