Shades of Allports #207682
Tints of Allports #207682
RGB
CMYK
RGB Variations
Color information
#207682 (or 0x207682) is known color: Allports. HEX triplet: 20, 76 and 82. RGB value is (32,118,130). Sum of RGB (Red+Green+Blue) = 32+118+130=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #207682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207682 is #DF897D. Grayscale: #5D5D5D. Windows color (decimal): -14649726 or 8549920. OLE color: 8549920.
HSL color Cylindrical-coordinate representation of color #207682: hue angle of 187.35º 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 #207682 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 118 | 130 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.49 |
| HSL | 187.35º | 0.6% | 0.32% | - |
| HSV(B) | 187.35º | 0.75% | 0.51% | - |
| XYZ | 11.1 | 14.88 | 23.41 | - |
| YUV | 93.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 130 | 0.75 | 0.09 | 0 | 0.49 | 187.35 | 0.6 | 0.32 |
| Hex | 20 | 76 | 82 | 4B | 9 | 0 | 31 | BB | 3C | 20 |
| Octal | 40 | 166 | 202 | 113 | 11 | 0 | 61 | 273 | 74 | 40 |
| Binary | 100000 | 1110110 | 10000010 | 1001011 | 1001 | 0 | 110001 | 10111011 | 111100 | 100000 |
Color Harmonies of #207682
Complementary color
Monochromatic Colors of #207682
Black with #207682
Text Example
Text Example
White with #207682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207682; }
p { color: rgb(32,118,130); }
H1.HeaderClassName
{
color: #207682;
}
.AnyTagClassName
{
color: #207682;
}
</style>
background-color css
<style>
a { background-color: #207682; }
a { background-color: rgb(32,118,130); }
div.DivClassName
{
background-color: #207682;
}
.BgClassName
{
background-color: #207682;
}
</style>
border-color css
<style>
span { border-color: #207682; }
span { border-color: rgb(32,118,130); }
td.TdClassName
{
border-color: #207682;
}
.TagClassName
{
border-color: #207682;
}
</style>