Shades of Allports #217185
Tints of Allports #217185
RGB
CMYK
RGB Variations
Color information
#217185 (or 0x217185) is known color: Allports. HEX triplet: 21, 71 and 85. RGB value is (33,113,133). Sum of RGB (Red+Green+Blue) = 33+113+133=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #217185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217185 is #DE8E7A. Grayscale: #5B5B5B. Windows color (decimal): -14585467 or 8745249. OLE color: 8745249.
HSL color Cylindrical-coordinate representation of color #217185: hue angle of 192º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217185 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 113 | 133 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.48 |
| HSL | 192º | 0.6% | 0.33% | - |
| HSV(B) | 192º | 0.75% | 0.52% | - |
| XYZ | 10.77 | 13.83 | 24.29 | - |
| YUV | 91.36 | 151.5 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 133 | 0.75 | 0.15 | 0 | 0.48 | 192 | 0.6 | 0.33 |
| Hex | 21 | 71 | 85 | 4B | F | 0 | 30 | C0 | 3C | 21 |
| Octal | 41 | 161 | 205 | 113 | 17 | 0 | 60 | 300 | 74 | 41 |
| Binary | 100001 | 1110001 | 10000101 | 1001011 | 1111 | 0 | 110000 | 11000000 | 111100 | 100001 |
Color Harmonies of #217185
Complementary color
Monochromatic Colors of #217185
Black with #217185
Text Example
Text Example
White with #217185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217185; }
p { color: rgb(33,113,133); }
H1.HeaderClassName
{
color: #217185;
}
.AnyTagClassName
{
color: #217185;
}
</style>
background-color css
<style>
a { background-color: #217185; }
a { background-color: rgb(33,113,133); }
div.DivClassName
{
background-color: #217185;
}
.BgClassName
{
background-color: #217185;
}
</style>
border-color css
<style>
span { border-color: #217185; }
span { border-color: rgb(33,113,133); }
td.TdClassName
{
border-color: #217185;
}
.TagClassName
{
border-color: #217185;
}
</style>