Shades of Medium Blue #2211DC
Tints of Medium Blue #2211DC
RGB
CMYK
RGB Variations
Color information
#2211DC (or 0x2211DC) is known color: Medium Blue. HEX triplet: 22, 11 and DC. RGB value is (34,17,220). Sum of RGB (Red+Green+Blue) = 34+17+220=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #2211DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2211DC is #DDEE23. Grayscale: #2C2C2C. Windows color (decimal): -14544420 or 14422306. OLE color: 14422306.
HSL color Cylindrical-coordinate representation of color #2211DC: hue angle of 245.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2211DC is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 17 | 220 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.14 |
| HSL | 245.02º | 0.86% | 0.46% | - |
| HSV(B) | 245.02º | 0.92% | 0.86% | - |
| XYZ | 13.78 | 5.91 | 68.12 | - |
| YUV | 45.23 | 226.63 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 17 | 220 | 0.85 | 0.92 | 0 | 0.14 | 245.02 | 0.86 | 0.46 |
| Hex | 22 | 11 | DC | 55 | 5C | 0 | E | F5 | 56 | 2E |
| Octal | 42 | 21 | 334 | 125 | 134 | 0 | 16 | 365 | 126 | 56 |
| Binary | 100010 | 10001 | 11011100 | 1010101 | 1011100 | 0 | 1110 | 11110101 | 1010110 | 101110 |
Color Harmonies of #2211DC
Complementary color
Monochromatic Colors of #2211DC
Black with #2211DC
Text Example
Text Example
White with #2211DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2211DC; }
p { color: rgb(34,17,220); }
H1.HeaderClassName
{
color: #2211DC;
}
.AnyTagClassName
{
color: #2211DC;
}
</style>
background-color css
<style>
a { background-color: #2211DC; }
a { background-color: rgb(34,17,220); }
div.DivClassName
{
background-color: #2211DC;
}
.BgClassName
{
background-color: #2211DC;
}
</style>
border-color css
<style>
span { border-color: #2211DC; }
span { border-color: rgb(34,17,220); }
td.TdClassName
{
border-color: #2211DC;
}
.TagClassName
{
border-color: #2211DC;
}
</style>