Shades of Medium Blue #2201DE
Tints of Medium Blue #2201DE
RGB
CMYK
RGB Variations
Color information
#2201DE (or 0x2201DE) is known color: Medium Blue. HEX triplet: 22, 01 and DE. RGB value is (34,1,222). Sum of RGB (Red+Green+Blue) = 34+1+222=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 222 (87.11% from 255 or 86.38% from 257); Max value from RGB is 222 - color contains mainly: blue. Hex color #2201DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201DE is #DDFE21. Grayscale: #232323. Windows color (decimal): -14548514 or 14549282. OLE color: 14549282.
HSL color Cylindrical-coordinate representation of color #2201DE: hue angle of 248.96º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2201DE is Cyan = 0.85, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 1 | 222 | - |
| CMYK | 0.85 | 1.00 | 0 | 0.13 |
| HSL | 248.96º | 0.99% | 0.44% | - |
| HSV(B) | 248.96º | 1% | 0.87% | - |
| XYZ | 13.86 | 5.64 | 69.46 | - |
| YUV | 36.06 | 232.93 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 222 | 0.85 | 1.00 | 0 | 0.13 | 248.96 | 0.99 | 0.44 |
| Hex | 22 | 1 | DE | 55 | 64 | 0 | D | F9 | 63 | 2C |
| Octal | 42 | 1 | 336 | 125 | 144 | 0 | 15 | 371 | 143 | 54 |
| Binary | 100010 | 1 | 11011110 | 1010101 | 1100100 | 0 | 1101 | 11111001 | 1100011 | 101100 |
Color Harmonies of #2201DE
Complementary color
Monochromatic Colors of #2201DE
Black with #2201DE
Text Example
Text Example
White with #2201DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201DE; }
p { color: rgb(34,1,222); }
H1.HeaderClassName
{
color: #2201DE;
}
.AnyTagClassName
{
color: #2201DE;
}
</style>
background-color css
<style>
a { background-color: #2201DE; }
a { background-color: rgb(34,1,222); }
div.DivClassName
{
background-color: #2201DE;
}
.BgClassName
{
background-color: #2201DE;
}
</style>
border-color css
<style>
span { border-color: #2201DE; }
span { border-color: rgb(34,1,222); }
td.TdClassName
{
border-color: #2201DE;
}
.TagClassName
{
border-color: #2201DE;
}
</style>