Shades of Medium Blue #220EC1
Tints of Medium Blue #220EC1
RGB
CMYK
RGB Variations
Color information
#220EC1 (or 0x220EC1) is known color: Medium Blue. HEX triplet: 22, 0E and C1. RGB value is (34,14,193). Sum of RGB (Red+Green+Blue) = 34+14+193=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 193 (75.78% from 255 or 80.08% from 241); Max value from RGB is 193 - color contains mainly: blue. Hex color #220EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EC1 is #DDF13E. Grayscale: #272727. Windows color (decimal): -14545215 or 12652066. OLE color: 12652066.
HSL color Cylindrical-coordinate representation of color #220EC1: hue angle of 246.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220EC1 is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 14 | 193 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.24 |
| HSL | 246.7º | 0.86% | 0.41% | - |
| HSV(B) | 246.7º | 0.93% | 0.76% | - |
| XYZ | 10.44 | 4.5 | 50.77 | - |
| YUV | 40.39 | 214.13 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 14 | 193 | 0.82 | 0.93 | 0 | 0.24 | 246.7 | 0.86 | 0.41 |
| Hex | 22 | E | C1 | 52 | 5D | 0 | 18 | F7 | 56 | 29 |
| Octal | 42 | 16 | 301 | 122 | 135 | 0 | 30 | 367 | 126 | 51 |
| Binary | 100010 | 1110 | 11000001 | 1010010 | 1011101 | 0 | 11000 | 11110111 | 1010110 | 101001 |
Color Harmonies of #220EC1
Complementary color
Monochromatic Colors of #220EC1
Black with #220EC1
Text Example
Text Example
White with #220EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220EC1; }
p { color: rgb(34,14,193); }
H1.HeaderClassName
{
color: #220EC1;
}
.AnyTagClassName
{
color: #220EC1;
}
</style>
background-color css
<style>
a { background-color: #220EC1; }
a { background-color: rgb(34,14,193); }
div.DivClassName
{
background-color: #220EC1;
}
.BgClassName
{
background-color: #220EC1;
}
</style>
border-color css
<style>
span { border-color: #220EC1; }
span { border-color: rgb(34,14,193); }
td.TdClassName
{
border-color: #220EC1;
}
.TagClassName
{
border-color: #220EC1;
}
</style>