Shades of Allports #217387
Tints of Allports #217387
RGB
CMYK
RGB Variations
Color information
#217387 (or 0x217387) is known color: Allports. HEX triplet: 21, 73 and 87. RGB value is (33,115,135). Sum of RGB (Red+Green+Blue) = 33+115+135=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #217387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217387 is #DE8C78. Grayscale: #5C5C5C. Windows color (decimal): -14584953 or 8876833. OLE color: 8876833.
HSL color Cylindrical-coordinate representation of color #217387: hue angle of 191.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217387 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 115 | 135 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.47 |
| HSL | 191.76º | 0.61% | 0.33% | - |
| HSV(B) | 191.76º | 0.76% | 0.53% | - |
| XYZ | 11.13 | 14.33 | 25.1 | - |
| YUV | 92.76 | 151.83 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 135 | 0.76 | 0.15 | 0 | 0.47 | 191.76 | 0.61 | 0.33 |
| Hex | 21 | 73 | 87 | 4C | F | 0 | 2F | C0 | 3D | 21 |
| Octal | 41 | 163 | 207 | 114 | 17 | 0 | 57 | 300 | 75 | 41 |
| Binary | 100001 | 1110011 | 10000111 | 1001100 | 1111 | 0 | 101111 | 11000000 | 111101 | 100001 |
Color Harmonies of #217387
Complementary color
Monochromatic Colors of #217387
Black with #217387
Text Example
Text Example
White with #217387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217387; }
p { color: rgb(33,115,135); }
H1.HeaderClassName
{
color: #217387;
}
.AnyTagClassName
{
color: #217387;
}
</style>
background-color css
<style>
a { background-color: #217387; }
a { background-color: rgb(33,115,135); }
div.DivClassName
{
background-color: #217387;
}
.BgClassName
{
background-color: #217387;
}
</style>
border-color css
<style>
span { border-color: #217387; }
span { border-color: rgb(33,115,135); }
td.TdClassName
{
border-color: #217387;
}
.TagClassName
{
border-color: #217387;
}
</style>