Shades of Medium Blue #220ABC
Tints of Medium Blue #220ABC
RGB
CMYK
RGB Variations
Color information
#220ABC (or 0x220ABC) is known color: Medium Blue. HEX triplet: 22, 0A and BC. RGB value is (34,10,188). Sum of RGB (Red+Green+Blue) = 34+10+188=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #220ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ABC is #DDF543. Grayscale: #242424. Windows color (decimal): -14546244 or 12323362. OLE color: 12323362.
HSL color Cylindrical-coordinate representation of color #220ABC: hue angle of 248.09º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ABC is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 10 | 188 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.26 |
| HSL | 248.09º | 0.9% | 0.39% | - |
| HSV(B) | 248.09º | 0.95% | 0.74% | - |
| XYZ | 9.85 | 4.19 | 47.87 | - |
| YUV | 37.47 | 212.95 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 10 | 188 | 0.82 | 0.95 | 0 | 0.26 | 248.09 | 0.9 | 0.39 |
| Hex | 22 | A | BC | 52 | 5F | 0 | 1A | F8 | 5A | 27 |
| Octal | 42 | 12 | 274 | 122 | 137 | 0 | 32 | 370 | 132 | 47 |
| Binary | 100010 | 1010 | 10111100 | 1010010 | 1011111 | 0 | 11010 | 11111000 | 1011010 | 100111 |
Color Harmonies of #220ABC
Complementary color
Monochromatic Colors of #220ABC
Black with #220ABC
Text Example
Text Example
White with #220ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #220ABC; }
p { color: rgb(34,10,188); }
H1.HeaderClassName
{
color: #220ABC;
}
.AnyTagClassName
{
color: #220ABC;
}
</style>
background-color css
<style>
a { background-color: #220ABC; }
a { background-color: rgb(34,10,188); }
div.DivClassName
{
background-color: #220ABC;
}
.BgClassName
{
background-color: #220ABC;
}
</style>
border-color css
<style>
span { border-color: #220ABC; }
span { border-color: rgb(34,10,188); }
td.TdClassName
{
border-color: #220ABC;
}
.TagClassName
{
border-color: #220ABC;
}
</style>