Shades of Allports #207484
Tints of Allports #207484
RGB
CMYK
RGB Variations
Color information
#207484 (or 0x207484) is known color: Allports. HEX triplet: 20, 74 and 84. RGB value is (32,116,132). Sum of RGB (Red+Green+Blue) = 32+116+132=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #207484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207484 is #DF8B7B. Grayscale: #5C5C5C. Windows color (decimal): -14650236 or 8680480. OLE color: 8680480.
HSL color Cylindrical-coordinate representation of color #207484: hue angle of 189.6º 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 #207484 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 116 | 132 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.48 |
| HSL | 189.6º | 0.61% | 0.32% | - |
| HSV(B) | 189.6º | 0.76% | 0.52% | - |
| XYZ | 11.01 | 14.46 | 24.04 | - |
| YUV | 92.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 116 | 132 | 0.76 | 0.12 | 0 | 0.48 | 189.6 | 0.61 | 0.32 |
| Hex | 20 | 74 | 84 | 4C | C | 0 | 30 | BE | 3D | 20 |
| Octal | 40 | 164 | 204 | 114 | 14 | 0 | 60 | 276 | 75 | 40 |
| Binary | 100000 | 1110100 | 10000100 | 1001100 | 1100 | 0 | 110000 | 10111110 | 111101 | 100000 |
Color Harmonies of #207484
Complementary color
Monochromatic Colors of #207484
Black with #207484
Text Example
Text Example
White with #207484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207484; }
p { color: rgb(32,116,132); }
H1.HeaderClassName
{
color: #207484;
}
.AnyTagClassName
{
color: #207484;
}
</style>
background-color css
<style>
a { background-color: #207484; }
a { background-color: rgb(32,116,132); }
div.DivClassName
{
background-color: #207484;
}
.BgClassName
{
background-color: #207484;
}
</style>
border-color css
<style>
span { border-color: #207484; }
span { border-color: rgb(32,116,132); }
td.TdClassName
{
border-color: #207484;
}
.TagClassName
{
border-color: #207484;
}
</style>