Shades of Allports #206588
Tints of Allports #206588
RGB
CMYK
RGB Variations
Color information
#206588 (or 0x206588) is known color: Allports. HEX triplet: 20, 65 and 88. RGB value is (32,101,136). Sum of RGB (Red+Green+Blue) = 32+101+136=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #206588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #206588 is #DF9A77. Grayscale: #545454. Windows color (decimal): -14654072 or 8938784. OLE color: 8938784.
HSL color Cylindrical-coordinate representation of color #206588: hue angle of 200.19º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #206588 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 101 | 136 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.47 |
| HSL | 200.19º | 0.62% | 0.33% | - |
| HSV(B) | 200.19º | 0.76% | 0.53% | - |
| XYZ | 9.69 | 11.39 | 24.98 | - |
| YUV | 84.36 | 157.14 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 136 | 0.76 | 0.26 | 0 | 0.47 | 200.19 | 0.62 | 0.33 |
| Hex | 20 | 65 | 88 | 4C | 1A | 0 | 2F | C8 | 3E | 21 |
| Octal | 40 | 145 | 210 | 114 | 32 | 0 | 57 | 310 | 76 | 41 |
| Binary | 100000 | 1100101 | 10001000 | 1001100 | 11010 | 0 | 101111 | 11001000 | 111110 | 100001 |
Color Harmonies of #206588
Complementary color
Monochromatic Colors of #206588
Black with #206588
Text Example
Text Example
White with #206588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206588; }
p { color: rgb(32,101,136); }
H1.HeaderClassName
{
color: #206588;
}
.AnyTagClassName
{
color: #206588;
}
</style>
background-color css
<style>
a { background-color: #206588; }
a { background-color: rgb(32,101,136); }
div.DivClassName
{
background-color: #206588;
}
.BgClassName
{
background-color: #206588;
}
</style>
border-color css
<style>
span { border-color: #206588; }
span { border-color: rgb(32,101,136); }
td.TdClassName
{
border-color: #206588;
}
.TagClassName
{
border-color: #206588;
}
</style>