Shades of Allports #217189
Tints of Allports #217189
RGB
CMYK
RGB Variations
Color information
#217189 (or 0x217189) is known color: Allports. HEX triplet: 21, 71 and 89. RGB value is (33,113,137). Sum of RGB (Red+Green+Blue) = 33+113+137=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #217189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217189 is #DE8E76. Grayscale: #5B5B5B. Windows color (decimal): -14585463 or 9007393. OLE color: 9007393.
HSL color Cylindrical-coordinate representation of color #217189: hue angle of 193.85º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217189 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 113 | 137 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.46 |
| HSL | 193.85º | 0.61% | 0.33% | - |
| HSV(B) | 193.85º | 0.76% | 0.54% | - |
| XYZ | 11.05 | 13.94 | 25.78 | - |
| YUV | 91.82 | 153.5 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 137 | 0.76 | 0.18 | 0 | 0.46 | 193.85 | 0.61 | 0.33 |
| Hex | 21 | 71 | 89 | 4C | 12 | 0 | 2E | C2 | 3D | 21 |
| Octal | 41 | 161 | 211 | 114 | 22 | 0 | 56 | 302 | 75 | 41 |
| Binary | 100001 | 1110001 | 10001001 | 1001100 | 10010 | 0 | 101110 | 11000010 | 111101 | 100001 |
Color Harmonies of #217189
Complementary color
Monochromatic Colors of #217189
Black with #217189
Text Example
Text Example
White with #217189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217189; }
p { color: rgb(33,113,137); }
H1.HeaderClassName
{
color: #217189;
}
.AnyTagClassName
{
color: #217189;
}
</style>
background-color css
<style>
a { background-color: #217189; }
a { background-color: rgb(33,113,137); }
div.DivClassName
{
background-color: #217189;
}
.BgClassName
{
background-color: #217189;
}
</style>
border-color css
<style>
span { border-color: #217189; }
span { border-color: rgb(33,113,137); }
td.TdClassName
{
border-color: #217189;
}
.TagClassName
{
border-color: #217189;
}
</style>