Shades of Allports #217086
Tints of Allports #217086
RGB
CMYK
RGB Variations
Color information
#217086 (or 0x217086) is known color: Allports. HEX triplet: 21, 70 and 86. RGB value is (33,112,134). Sum of RGB (Red+Green+Blue) = 33+112+134=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #217086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217086 is #DE8F79. Grayscale: #5A5A5A. Windows color (decimal): -14585722 or 8810529. OLE color: 8810529.
HSL color Cylindrical-coordinate representation of color #217086: hue angle of 193.07º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217086 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 112 | 134 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.47 |
| HSL | 193.07º | 0.6% | 0.33% | - |
| HSV(B) | 193.07º | 0.75% | 0.53% | - |
| XYZ | 10.72 | 13.63 | 24.62 | - |
| YUV | 90.89 | 152.33 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 134 | 0.75 | 0.16 | 0 | 0.47 | 193.07 | 0.6 | 0.33 |
| Hex | 21 | 70 | 86 | 4B | 10 | 0 | 2F | C1 | 3C | 21 |
| Octal | 41 | 160 | 206 | 113 | 20 | 0 | 57 | 301 | 74 | 41 |
| Binary | 100001 | 1110000 | 10000110 | 1001011 | 10000 | 0 | 101111 | 11000001 | 111100 | 100001 |
Color Harmonies of #217086
Complementary color
Monochromatic Colors of #217086
Black with #217086
Text Example
Text Example
White with #217086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217086; }
p { color: rgb(33,112,134); }
H1.HeaderClassName
{
color: #217086;
}
.AnyTagClassName
{
color: #217086;
}
</style>
background-color css
<style>
a { background-color: #217086; }
a { background-color: rgb(33,112,134); }
div.DivClassName
{
background-color: #217086;
}
.BgClassName
{
background-color: #217086;
}
</style>
border-color css
<style>
span { border-color: #217086; }
span { border-color: rgb(33,112,134); }
td.TdClassName
{
border-color: #217086;
}
.TagClassName
{
border-color: #217086;
}
</style>