Shades of Allports #217180
Tints of Allports #217180
RGB
CMYK
RGB Variations
Color information
#217180 (or 0x217180) is known color: Allports. HEX triplet: 21, 71 and 80. RGB value is (33,113,128). Sum of RGB (Red+Green+Blue) = 33+113+128=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #217180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217180 is #DE8E7F. Grayscale: #5A5A5A. Windows color (decimal): -14585472 or 8417569. OLE color: 8417569.
HSL color Cylindrical-coordinate representation of color #217180: hue angle of 189.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217180 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 113 | 128 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.50 |
| HSL | 189.47º | 0.59% | 0.32% | - |
| HSV(B) | 189.47º | 0.74% | 0.5% | - |
| XYZ | 10.43 | 13.69 | 22.52 | - |
| YUV | 90.79 | 149 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 128 | 0.74 | 0.12 | 0 | 0.50 | 189.47 | 0.59 | 0.32 |
| Hex | 21 | 71 | 80 | 4A | C | 0 | 32 | BD | 3B | 20 |
| Octal | 41 | 161 | 200 | 112 | 14 | 0 | 62 | 275 | 73 | 40 |
| Binary | 100001 | 1110001 | 10000000 | 1001010 | 1100 | 0 | 110010 | 10111101 | 111011 | 100000 |
Color Harmonies of #217180
Complementary color
Monochromatic Colors of #217180
Black with #217180
Text Example
Text Example
White with #217180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217180; }
p { color: rgb(33,113,128); }
H1.HeaderClassName
{
color: #217180;
}
.AnyTagClassName
{
color: #217180;
}
</style>
background-color css
<style>
a { background-color: #217180; }
a { background-color: rgb(33,113,128); }
div.DivClassName
{
background-color: #217180;
}
.BgClassName
{
background-color: #217180;
}
</style>
border-color css
<style>
span { border-color: #217180; }
span { border-color: rgb(33,113,128); }
td.TdClassName
{
border-color: #217180;
}
.TagClassName
{
border-color: #217180;
}
</style>