Shades of Medium Blue #220ECC
Tints of Medium Blue #220ECC
RGB
CMYK
RGB Variations
Color information
#220ECC (or 0x220ECC) is known color: Medium Blue. HEX triplet: 22, 0E and CC. RGB value is (34,14,204). Sum of RGB (Red+Green+Blue) = 34+14+204=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 204 (80.08% from 255 or 80.95% from 252); Max value from RGB is 204 - color contains mainly: blue. Hex color #220ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ECC is #DDF133. Grayscale: #282828. Windows color (decimal): -14545204 or 13372962. OLE color: 13372962.
HSL color Cylindrical-coordinate representation of color #220ECC: hue angle of 246.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220ECC is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 14 | 204 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.2 |
| HSL | 246.32º | 0.87% | 0.43% | - |
| HSV(B) | 246.32º | 0.93% | 0.8% | - |
| XYZ | 11.72 | 5.01 | 57.48 | - |
| YUV | 41.64 | 219.63 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 204 | 0.83 | 0.93 | 0 | 0.2 | 246.32 | 0.87 | 0.43 |
| Hex | 22 | E | CC | 53 | 5D | 0 | 14 | F6 | 57 | 2B |
| Octal | 42 | 16 | 314 | 123 | 135 | 0 | 24 | 366 | 127 | 53 |
| Binary | 100010 | 1110 | 11001100 | 1010011 | 1011101 | 0 | 10100 | 11110110 | 1010111 | 101011 |
Color Harmonies of #220ECC
Complementary color
Monochromatic Colors of #220ECC
Black with #220ECC
Text Example
Text Example
White with #220ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220ECC; }
p { color: rgb(34,14,204); }
H1.HeaderClassName
{
color: #220ECC;
}
.AnyTagClassName
{
color: #220ECC;
}
</style>
background-color css
<style>
a { background-color: #220ECC; }
a { background-color: rgb(34,14,204); }
div.DivClassName
{
background-color: #220ECC;
}
.BgClassName
{
background-color: #220ECC;
}
</style>
border-color css
<style>
span { border-color: #220ECC; }
span { border-color: rgb(34,14,204); }
td.TdClassName
{
border-color: #220ECC;
}
.TagClassName
{
border-color: #220ECC;
}
</style>