Shades of Allports #206372
Tints of Allports #206372
RGB
CMYK
RGB Variations
Color information
#206372 (or 0x206372) is known color: Allports. HEX triplet: 20, 63 and 72. RGB value is (32,99,114). Sum of RGB (Red+Green+Blue) = 32+99+114=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #206372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206372 is #DF9C8D. Grayscale: #505050. Windows color (decimal): -14654606 or 7496480. OLE color: 7496480.
HSL color Cylindrical-coordinate representation of color #206372: hue angle of 190.98º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206372 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 99 | 114 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.55 |
| HSL | 190.98º | 0.56% | 0.29% | - |
| HSV(B) | 190.98º | 0.72% | 0.45% | - |
| XYZ | 8.09 | 10.45 | 17.51 | - |
| YUV | 80.68 | 146.8 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 114 | 0.72 | 0.13 | 0 | 0.55 | 190.98 | 0.56 | 0.29 |
| Hex | 20 | 63 | 72 | 48 | D | 0 | 37 | BF | 38 | 1D |
| Octal | 40 | 143 | 162 | 110 | 15 | 0 | 67 | 277 | 70 | 35 |
| Binary | 100000 | 1100011 | 1110010 | 1001000 | 1101 | 0 | 110111 | 10111111 | 111000 | 11101 |
Color Harmonies of #206372
Complementary color
Monochromatic Colors of #206372
Black with #206372
Text Example
Text Example
White with #206372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206372; }
p { color: rgb(32,99,114); }
H1.HeaderClassName
{
color: #206372;
}
.AnyTagClassName
{
color: #206372;
}
</style>
background-color css
<style>
a { background-color: #206372; }
a { background-color: rgb(32,99,114); }
div.DivClassName
{
background-color: #206372;
}
.BgClassName
{
background-color: #206372;
}
</style>
border-color css
<style>
span { border-color: #206372; }
span { border-color: rgb(32,99,114); }
td.TdClassName
{
border-color: #206372;
}
.TagClassName
{
border-color: #206372;
}
</style>