Shades of Allports #207684
Tints of Allports #207684
RGB
CMYK
RGB Variations
Color information
#207684 (or 0x207684) is known color: Allports. HEX triplet: 20, 76 and 84. RGB value is (32,118,132). Sum of RGB (Red+Green+Blue) = 32+118+132=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #207684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207684 is #DF897B. Grayscale: #5D5D5D. Windows color (decimal): -14649724 or 8680992. OLE color: 8680992.
HSL color Cylindrical-coordinate representation of color #207684: hue angle of 188.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207684 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 118 | 132 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.48 |
| HSL | 188.4º | 0.61% | 0.32% | - |
| HSV(B) | 188.4º | 0.76% | 0.52% | - |
| XYZ | 11.24 | 14.93 | 24.12 | - |
| YUV | 93.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 132 | 0.76 | 0.11 | 0 | 0.48 | 188.4 | 0.61 | 0.32 |
| Hex | 20 | 76 | 84 | 4C | B | 0 | 30 | BC | 3D | 20 |
| Octal | 40 | 166 | 204 | 114 | 13 | 0 | 60 | 274 | 75 | 40 |
| Binary | 100000 | 1110110 | 10000100 | 1001100 | 1011 | 0 | 110000 | 10111100 | 111101 | 100000 |
Color Harmonies of #207684
Complementary color
Monochromatic Colors of #207684
Black with #207684
Text Example
Text Example
White with #207684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207684; }
p { color: rgb(32,118,132); }
H1.HeaderClassName
{
color: #207684;
}
.AnyTagClassName
{
color: #207684;
}
</style>
background-color css
<style>
a { background-color: #207684; }
a { background-color: rgb(32,118,132); }
div.DivClassName
{
background-color: #207684;
}
.BgClassName
{
background-color: #207684;
}
</style>
border-color css
<style>
span { border-color: #207684; }
span { border-color: rgb(32,118,132); }
td.TdClassName
{
border-color: #207684;
}
.TagClassName
{
border-color: #207684;
}
</style>