Shades of Allports #217585
Tints of Allports #217585
RGB
CMYK
RGB Variations
Color information
#217585 (or 0x217585) is known color: Allports. HEX triplet: 21, 75 and 85. RGB value is (33,117,133). Sum of RGB (Red+Green+Blue) = 33+117+133=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #217585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217585 is #DE8A7A. Grayscale: #5D5D5D. Windows color (decimal): -14584443 or 8746273. OLE color: 8746273.
HSL color Cylindrical-coordinate representation of color #217585: hue angle of 189.6º 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 #217585 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 33 | 117 | 133 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.48 |
| HSL | 189.6º | 0.6% | 0.33% | - |
| HSV(B) | 189.6º | 0.75% | 0.52% | - |
| XYZ | 11.22 | 14.74 | 24.44 | - |
| YUV | 93.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 133 | 0.75 | 0.12 | 0 | 0.48 | 189.6 | 0.6 | 0.33 |
| Hex | 21 | 75 | 85 | 4B | C | 0 | 30 | BE | 3C | 21 |
| Octal | 41 | 165 | 205 | 113 | 14 | 0 | 60 | 276 | 74 | 41 |
| Binary | 100001 | 1110101 | 10000101 | 1001011 | 1100 | 0 | 110000 | 10111110 | 111100 | 100001 |
Color Harmonies of #217585
Complementary color
Monochromatic Colors of #217585
Black with #217585
Text Example
Text Example
White with #217585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217585; }
p { color: rgb(33,117,133); }
H1.HeaderClassName
{
color: #217585;
}
.AnyTagClassName
{
color: #217585;
}
</style>
background-color css
<style>
a { background-color: #217585; }
a { background-color: rgb(33,117,133); }
div.DivClassName
{
background-color: #217585;
}
.BgClassName
{
background-color: #217585;
}
</style>
border-color css
<style>
span { border-color: #217585; }
span { border-color: rgb(33,117,133); }
td.TdClassName
{
border-color: #217585;
}
.TagClassName
{
border-color: #217585;
}
</style>