Shades of Medium Blue #2206C0
Tints of Medium Blue #2206C0
RGB
CMYK
RGB Variations
Color information
#2206C0 (or 0x2206C0) is known color: Medium Blue. HEX triplet: 22, 06 and C0. RGB value is (34,6,192). Sum of RGB (Red+Green+Blue) = 34+6+192=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 192 (75.39% from 255 or 82.76% from 232); Max value from RGB is 192 - color contains mainly: blue. Hex color #2206C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2206C0 is #DDF93F. Grayscale: #222222. Windows color (decimal): -14547264 or 12584482. OLE color: 12584482.
HSL color Cylindrical-coordinate representation of color #2206C0: hue angle of 249.03º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2206C0 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 6 | 192 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.25 |
| HSL | 249.03º | 0.94% | 0.39% | - |
| HSV(B) | 249.03º | 0.97% | 0.75% | - |
| XYZ | 10.24 | 4.28 | 50.15 | - |
| YUV | 35.58 | 216.28 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 192 | 0.82 | 0.97 | 0 | 0.25 | 249.03 | 0.94 | 0.39 |
| Hex | 22 | 6 | C0 | 52 | 61 | 0 | 19 | F9 | 5E | 27 |
| Octal | 42 | 6 | 300 | 122 | 141 | 0 | 31 | 371 | 136 | 47 |
| Binary | 100010 | 110 | 11000000 | 1010010 | 1100001 | 0 | 11001 | 11111001 | 1011110 | 100111 |
Color Harmonies of #2206C0
Complementary color
Monochromatic Colors of #2206C0
Black with #2206C0
Text Example
Text Example
White with #2206C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2206C0; }
p { color: rgb(34,6,192); }
H1.HeaderClassName
{
color: #2206C0;
}
.AnyTagClassName
{
color: #2206C0;
}
</style>
background-color css
<style>
a { background-color: #2206C0; }
a { background-color: rgb(34,6,192); }
div.DivClassName
{
background-color: #2206C0;
}
.BgClassName
{
background-color: #2206C0;
}
</style>
border-color css
<style>
span { border-color: #2206C0; }
span { border-color: rgb(34,6,192); }
td.TdClassName
{
border-color: #2206C0;
}
.TagClassName
{
border-color: #2206C0;
}
</style>