Shades of Medium Blue #2016C2
Tints of Medium Blue #2016C2
RGB
CMYK
RGB Variations
Color information
#2016C2 (or 0x2016C2) is known color: Medium Blue. HEX triplet: 20, 16 and C2. RGB value is (32,22,194). Sum of RGB (Red+Green+Blue) = 32+22+194=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 194 (76.17% from 255 or 78.23% from 248); Max value from RGB is 194 - color contains mainly: blue. Hex color #2016C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016C2 is #DFE93D. Grayscale: #2B2B2B. Windows color (decimal): -14674238 or 12719648. OLE color: 12719648.
HSL color Cylindrical-coordinate representation of color #2016C2: hue angle of 243.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2016C2 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 22 | 194 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.24 |
| HSL | 243.49º | 0.8% | 0.42% | - |
| HSV(B) | 243.49º | 0.89% | 0.76% | - |
| XYZ | 10.62 | 4.78 | 51.4 | - |
| YUV | 44.6 | 212.31 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 194 | 0.84 | 0.89 | 0 | 0.24 | 243.49 | 0.8 | 0.42 |
| Hex | 20 | 16 | C2 | 54 | 59 | 0 | 18 | F3 | 50 | 2A |
| Octal | 40 | 26 | 302 | 124 | 131 | 0 | 30 | 363 | 120 | 52 |
| Binary | 100000 | 10110 | 11000010 | 1010100 | 1011001 | 0 | 11000 | 11110011 | 1010000 | 101010 |
Color Harmonies of #2016C2
Complementary color
Monochromatic Colors of #2016C2
Black with #2016C2
Text Example
Text Example
White with #2016C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016C2; }
p { color: rgb(32,22,194); }
H1.HeaderClassName
{
color: #2016C2;
}
.AnyTagClassName
{
color: #2016C2;
}
</style>
background-color css
<style>
a { background-color: #2016C2; }
a { background-color: rgb(32,22,194); }
div.DivClassName
{
background-color: #2016C2;
}
.BgClassName
{
background-color: #2016C2;
}
</style>
border-color css
<style>
span { border-color: #2016C2; }
span { border-color: rgb(32,22,194); }
td.TdClassName
{
border-color: #2016C2;
}
.TagClassName
{
border-color: #2016C2;
}
</style>