Shades of Allports #206376
Tints of Allports #206376
RGB
CMYK
RGB Variations
Color information
#206376 (or 0x206376) is known color: Allports. HEX triplet: 20, 63 and 76. RGB value is (32,99,118). Sum of RGB (Red+Green+Blue) = 32+99+118=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #206376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206376 is #DF9C89. Grayscale: #505050. Windows color (decimal): -14654602 or 7758624. OLE color: 7758624.
HSL color Cylindrical-coordinate representation of color #206376: hue angle of 193.26º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206376 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 99 | 118 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.54 |
| HSL | 193.26º | 0.57% | 0.29% | - |
| HSV(B) | 193.26º | 0.73% | 0.46% | - |
| XYZ | 8.33 | 10.54 | 18.73 | - |
| YUV | 81.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 118 | 0.73 | 0.16 | 0 | 0.54 | 193.26 | 0.57 | 0.29 |
| Hex | 20 | 63 | 76 | 49 | 10 | 0 | 36 | C1 | 39 | 1D |
| Octal | 40 | 143 | 166 | 111 | 20 | 0 | 66 | 301 | 71 | 35 |
| Binary | 100000 | 1100011 | 1110110 | 1001001 | 10000 | 0 | 110110 | 11000001 | 111001 | 11101 |
Color Harmonies of #206376
Complementary color
Monochromatic Colors of #206376
Black with #206376
Text Example
Text Example
White with #206376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206376; }
p { color: rgb(32,99,118); }
H1.HeaderClassName
{
color: #206376;
}
.AnyTagClassName
{
color: #206376;
}
</style>
background-color css
<style>
a { background-color: #206376; }
a { background-color: rgb(32,99,118); }
div.DivClassName
{
background-color: #206376;
}
.BgClassName
{
background-color: #206376;
}
</style>
border-color css
<style>
span { border-color: #206376; }
span { border-color: rgb(32,99,118); }
td.TdClassName
{
border-color: #206376;
}
.TagClassName
{
border-color: #206376;
}
</style>