Shades of Allports #206582
Tints of Allports #206582
RGB
CMYK
RGB Variations
Color information
#206582 (or 0x206582) is known color: Allports. HEX triplet: 20, 65 and 82. RGB value is (32,101,130). Sum of RGB (Red+Green+Blue) = 32+101+130=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #206582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206582 is #DF9A7D. Grayscale: #535353. Windows color (decimal): -14654078 or 8545568. OLE color: 8545568.
HSL color Cylindrical-coordinate representation of color #206582: hue angle of 197.76º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #206582 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 101 | 130 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.49 |
| HSL | 197.76º | 0.6% | 0.32% | - |
| HSV(B) | 197.76º | 0.75% | 0.51% | - |
| XYZ | 9.28 | 11.23 | 22.8 | - |
| YUV | 83.68 | 154.14 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 130 | 0.75 | 0.22 | 0 | 0.49 | 197.76 | 0.6 | 0.32 |
| Hex | 20 | 65 | 82 | 4B | 16 | 0 | 31 | C6 | 3C | 20 |
| Octal | 40 | 145 | 202 | 113 | 26 | 0 | 61 | 306 | 74 | 40 |
| Binary | 100000 | 1100101 | 10000010 | 1001011 | 10110 | 0 | 110001 | 11000110 | 111100 | 100000 |
Color Harmonies of #206582
Complementary color
Monochromatic Colors of #206582
Black with #206582
Text Example
Text Example
White with #206582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206582; }
p { color: rgb(32,101,130); }
H1.HeaderClassName
{
color: #206582;
}
.AnyTagClassName
{
color: #206582;
}
</style>
background-color css
<style>
a { background-color: #206582; }
a { background-color: rgb(32,101,130); }
div.DivClassName
{
background-color: #206582;
}
.BgClassName
{
background-color: #206582;
}
</style>
border-color css
<style>
span { border-color: #206582; }
span { border-color: rgb(32,101,130); }
td.TdClassName
{
border-color: #206582;
}
.TagClassName
{
border-color: #206582;
}
</style>