Shades of Allports #207583
Tints of Allports #207583
RGB
CMYK
RGB Variations
Color information
#207583 (or 0x207583) is known color: Allports. HEX triplet: 20, 75 and 83. RGB value is (32,117,131). Sum of RGB (Red+Green+Blue) = 32+117+131=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #207583 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207583 is #DF8A7C. Grayscale: #5D5D5D. Windows color (decimal): -14649981 or 8615200. OLE color: 8615200.
HSL color Cylindrical-coordinate representation of color #207583: hue angle of 188.48º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207583 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 117 | 131 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.49 |
| HSL | 188.48º | 0.61% | 0.32% | - |
| HSV(B) | 188.48º | 0.76% | 0.51% | - |
| XYZ | 11.05 | 14.67 | 23.72 | - |
| YUV | 93.18 | 149.34 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 131 | 0.76 | 0.11 | 0 | 0.49 | 188.48 | 0.61 | 0.32 |
| Hex | 20 | 75 | 83 | 4C | B | 0 | 31 | BC | 3D | 20 |
| Octal | 40 | 165 | 203 | 114 | 13 | 0 | 61 | 274 | 75 | 40 |
| Binary | 100000 | 1110101 | 10000011 | 1001100 | 1011 | 0 | 110001 | 10111100 | 111101 | 100000 |
Color Harmonies of #207583
Complementary color
Monochromatic Colors of #207583
Black with #207583
Text Example
Text Example
White with #207583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207583; }
p { color: rgb(32,117,131); }
H1.HeaderClassName
{
color: #207583;
}
.AnyTagClassName
{
color: #207583;
}
</style>
background-color css
<style>
a { background-color: #207583; }
a { background-color: rgb(32,117,131); }
div.DivClassName
{
background-color: #207583;
}
.BgClassName
{
background-color: #207583;
}
</style>
border-color css
<style>
span { border-color: #207583; }
span { border-color: rgb(32,117,131); }
td.TdClassName
{
border-color: #207583;
}
.TagClassName
{
border-color: #207583;
}
</style>