Shades of Medium Blue #2200CE
Tints of Medium Blue #2200CE
RGB
CMYK
RGB Variations
Color information
#2200CE (or 0x2200CE) is known color: Medium Blue. HEX triplet: 22, 00 and CE. RGB value is (34,0,206). Sum of RGB (Red+Green+Blue) = 34+0+206=240 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.17% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 206 (80.86% from 255 or 85.83% from 240); Max value from RGB is 206 - color contains mainly: blue. Hex color #2200CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2200CE is #DDFF31. Grayscale: #202020. Windows color (decimal): -14548786 or 13500450. OLE color: 13500450.
HSL color Cylindrical-coordinate representation of color #2200CE: hue angle of 249.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2200CE is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 0 | 206 | - |
| CMYK | 0.83 | 1 | 0 | 0.19 |
| HSL | 249.9º | 1% | 0.4% | - |
| HSV(B) | 249.9º | 1% | 0.81% | - |
| XYZ | 11.8 | 4.8 | 58.7 | - |
| YUV | 33.65 | 225.26 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 0 | 206 | 0.83 | 1 | 0 | 0.19 | 249.9 | 1 | 0.4 |
| Hex | 22 | 0 | CE | 53 | 64 | 0 | 13 | FA | 64 | 28 |
| Octal | 42 | 0 | 316 | 123 | 144 | 0 | 23 | 372 | 144 | 50 |
| Binary | 100010 | 0 | 11001110 | 1010011 | 1100100 | 0 | 10011 | 11111010 | 1100100 | 101000 |
Color Harmonies of #2200CE
Complementary color
Monochromatic Colors of #2200CE
Black with #2200CE
Text Example
Text Example
White with #2200CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2200CE; }
p { color: rgb(34,0,206); }
H1.HeaderClassName
{
color: #2200CE;
}
.AnyTagClassName
{
color: #2200CE;
}
</style>
background-color css
<style>
a { background-color: #2200CE; }
a { background-color: rgb(34,0,206); }
div.DivClassName
{
background-color: #2200CE;
}
.BgClassName
{
background-color: #2200CE;
}
</style>
border-color css
<style>
span { border-color: #2200CE; }
span { border-color: rgb(34,0,206); }
td.TdClassName
{
border-color: #2200CE;
}
.TagClassName
{
border-color: #2200CE;
}
</style>