Shades of Medium Blue #2200C6
Tints of Medium Blue #2200C6
RGB
CMYK
RGB Variations
Color information
#2200C6 (or 0x2200C6) is known color: Medium Blue. HEX triplet: 22, 00 and C6. RGB value is (34,0,198). Sum of RGB (Red+Green+Blue) = 34+0+198=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 198 (77.73% from 255 or 85.34% from 232); Max value from RGB is 198 - color contains mainly: blue. Hex color #2200C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2200C6 is #DDFF39. Grayscale: #1F1F1F. Windows color (decimal): -14548794 or 12976162. OLE color: 12976162.
HSL color Cylindrical-coordinate representation of color #2200C6: hue angle of 250.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200C6 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 0 | 198 | - |
| CMYK | 0.83 | 1 | 0 | 0.22 |
| HSL | 250.3º | 1% | 0.39% | - |
| HSV(B) | 250.3º | 1% | 0.78% | - |
| XYZ | 10.85 | 4.42 | 53.71 | - |
| YUV | 32.74 | 221.26 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 198 | 0.83 | 1 | 0 | 0.22 | 250.3 | 1 | 0.39 |
| Hex | 22 | 0 | C6 | 53 | 64 | 0 | 16 | FA | 64 | 27 |
| Octal | 42 | 0 | 306 | 123 | 144 | 0 | 26 | 372 | 144 | 47 |
| Binary | 100010 | 0 | 11000110 | 1010011 | 1100100 | 0 | 10110 | 11111010 | 1100100 | 100111 |
Color Harmonies of #2200C6
Complementary color
Monochromatic Colors of #2200C6
Black with #2200C6
Text Example
Text Example
White with #2200C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200C6; }
p { color: rgb(34,0,198); }
H1.HeaderClassName
{
color: #2200C6;
}
.AnyTagClassName
{
color: #2200C6;
}
</style>
background-color css
<style>
a { background-color: #2200C6; }
a { background-color: rgb(34,0,198); }
div.DivClassName
{
background-color: #2200C6;
}
.BgClassName
{
background-color: #2200C6;
}
</style>
border-color css
<style>
span { border-color: #2200C6; }
span { border-color: rgb(34,0,198); }
td.TdClassName
{
border-color: #2200C6;
}
.TagClassName
{
border-color: #2200C6;
}
</style>