Shades of Medium Blue #2201C0
Tints of Medium Blue #2201C0
RGB
CMYK
RGB Variations
Color information
#2201C0 (or 0x2201C0) is known color: Medium Blue. HEX triplet: 22, 01 and C0. RGB value is (34,1,192). Sum of RGB (Red+Green+Blue) = 34+1+192=227 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.98% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 192 (75.39% from 255 or 84.58% from 227); Max value from RGB is 192 - color contains mainly: blue. Hex color #2201C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2201C0 is #DDFE3F. Grayscale: #1F1F1F. Windows color (decimal): -14548544 or 12583202. OLE color: 12583202.
HSL color Cylindrical-coordinate representation of color #2201C0: hue angle of 250.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2201C0 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 1 | 192 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.25 |
| HSL | 250.37º | 0.99% | 0.38% | - |
| HSV(B) | 250.37º | 0.99% | 0.75% | - |
| XYZ | 10.18 | 4.17 | 50.14 | - |
| YUV | 32.64 | 217.93 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 1 | 192 | 0.82 | 0.99 | 0 | 0.25 | 250.37 | 0.99 | 0.38 |
| Hex | 22 | 1 | C0 | 52 | 63 | 0 | 19 | FA | 63 | 26 |
| Octal | 42 | 1 | 300 | 122 | 143 | 0 | 31 | 372 | 143 | 46 |
| Binary | 100010 | 1 | 11000000 | 1010010 | 1100011 | 0 | 11001 | 11111010 | 1100011 | 100110 |
Color Harmonies of #2201C0
Complementary color
Monochromatic Colors of #2201C0
Black with #2201C0
Text Example
Text Example
White with #2201C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2201C0; }
p { color: rgb(34,1,192); }
H1.HeaderClassName
{
color: #2201C0;
}
.AnyTagClassName
{
color: #2201C0;
}
</style>
background-color css
<style>
a { background-color: #2201C0; }
a { background-color: rgb(34,1,192); }
div.DivClassName
{
background-color: #2201C0;
}
.BgClassName
{
background-color: #2201C0;
}
</style>
border-color css
<style>
span { border-color: #2201C0; }
span { border-color: rgb(34,1,192); }
td.TdClassName
{
border-color: #2201C0;
}
.TagClassName
{
border-color: #2201C0;
}
</style>