Shades of Medium Blue #2211DD
Tints of Medium Blue #2211DD
RGB
CMYK
RGB Variations
Color information
#2211DD (or 0x2211DD) is known color: Medium Blue. HEX triplet: 22, 11 and DD. RGB value is (34,17,221). Sum of RGB (Red+Green+Blue) = 34+17+221=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #2211DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2211DD is #DDEE22. Grayscale: #2C2C2C. Windows color (decimal): -14544419 or 14487842. OLE color: 14487842.
HSL color Cylindrical-coordinate representation of color #2211DD: hue angle of 245º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2211DD is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 17 | 221 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.13 |
| HSL | 245º | 0.86% | 0.47% | - |
| HSV(B) | 245º | 0.92% | 0.87% | - |
| XYZ | 13.91 | 5.96 | 68.82 | - |
| YUV | 45.34 | 227.13 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 221 | 0.85 | 0.92 | 0 | 0.13 | 245 | 0.86 | 0.47 |
| Hex | 22 | 11 | DD | 55 | 5C | 0 | D | F5 | 56 | 2F |
| Octal | 42 | 21 | 335 | 125 | 134 | 0 | 15 | 365 | 126 | 57 |
| Binary | 100010 | 10001 | 11011101 | 1010101 | 1011100 | 0 | 1101 | 11110101 | 1010110 | 101111 |
Color Harmonies of #2211DD
Complementary color
Monochromatic Colors of #2211DD
Black with #2211DD
Text Example
Text Example
White with #2211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2211DD; }
p { color: rgb(34,17,221); }
H1.HeaderClassName
{
color: #2211DD;
}
.AnyTagClassName
{
color: #2211DD;
}
</style>
background-color css
<style>
a { background-color: #2211DD; }
a { background-color: rgb(34,17,221); }
div.DivClassName
{
background-color: #2211DD;
}
.BgClassName
{
background-color: #2211DD;
}
</style>
border-color css
<style>
span { border-color: #2211DD; }
span { border-color: rgb(34,17,221); }
td.TdClassName
{
border-color: #2211DD;
}
.TagClassName
{
border-color: #2211DD;
}
</style>