Shades of Allports #217289
Tints of Allports #217289
RGB
CMYK
RGB Variations
Color information
#217289 (or 0x217289) is known color: Allports. HEX triplet: 21, 72 and 89. RGB value is (33,114,137). Sum of RGB (Red+Green+Blue) = 33+114+137=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #217289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217289 is #DE8D76. Grayscale: #5C5C5C. Windows color (decimal): -14585207 or 9007649. OLE color: 9007649.
HSL color Cylindrical-coordinate representation of color #217289: hue angle of 193.27º 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 #217289 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 33 | 114 | 137 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.46 |
| HSL | 193.27º | 0.61% | 0.33% | - |
| HSV(B) | 193.27º | 0.76% | 0.54% | - |
| XYZ | 11.16 | 14.16 | 25.81 | - |
| YUV | 92.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 137 | 0.76 | 0.17 | 0 | 0.46 | 193.27 | 0.61 | 0.33 |
| Hex | 21 | 72 | 89 | 4C | 11 | 0 | 2E | C1 | 3D | 21 |
| Octal | 41 | 162 | 211 | 114 | 21 | 0 | 56 | 301 | 75 | 41 |
| Binary | 100001 | 1110010 | 10001001 | 1001100 | 10001 | 0 | 101110 | 11000001 | 111101 | 100001 |
Color Harmonies of #217289
Complementary color
Monochromatic Colors of #217289
Black with #217289
Text Example
Text Example
White with #217289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217289; }
p { color: rgb(33,114,137); }
H1.HeaderClassName
{
color: #217289;
}
.AnyTagClassName
{
color: #217289;
}
</style>
background-color css
<style>
a { background-color: #217289; }
a { background-color: rgb(33,114,137); }
div.DivClassName
{
background-color: #217289;
}
.BgClassName
{
background-color: #217289;
}
</style>
border-color css
<style>
span { border-color: #217289; }
span { border-color: rgb(33,114,137); }
td.TdClassName
{
border-color: #217289;
}
.TagClassName
{
border-color: #217289;
}
</style>