Shades of Allports #217888
Tints of Allports #217888
RGB
CMYK
RGB Variations
Color information
#217888 (or 0x217888) is known color: Allports. HEX triplet: 21, 78 and 88. RGB value is (33,120,136). Sum of RGB (Red+Green+Blue) = 33+120+136=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #217888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217888 is #DE8777. Grayscale: #5F5F5F. Windows color (decimal): -14583672 or 8943649. OLE color: 8943649.
HSL color Cylindrical-coordinate representation of color #217888: hue angle of 189.32º 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 #217888 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 120 | 136 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.47 |
| HSL | 189.32º | 0.61% | 0.33% | - |
| HSV(B) | 189.32º | 0.76% | 0.53% | - |
| XYZ | 11.79 | 15.53 | 25.67 | - |
| YUV | 95.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 136 | 0.76 | 0.12 | 0 | 0.47 | 189.32 | 0.61 | 0.33 |
| Hex | 21 | 78 | 88 | 4C | C | 0 | 2F | BD | 3D | 21 |
| Octal | 41 | 170 | 210 | 114 | 14 | 0 | 57 | 275 | 75 | 41 |
| Binary | 100001 | 1111000 | 10001000 | 1001100 | 1100 | 0 | 101111 | 10111101 | 111101 | 100001 |
Color Harmonies of #217888
Complementary color
Monochromatic Colors of #217888
Black with #217888
Text Example
Text Example
White with #217888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217888; }
p { color: rgb(33,120,136); }
H1.HeaderClassName
{
color: #217888;
}
.AnyTagClassName
{
color: #217888;
}
</style>
background-color css
<style>
a { background-color: #217888; }
a { background-color: rgb(33,120,136); }
div.DivClassName
{
background-color: #217888;
}
.BgClassName
{
background-color: #217888;
}
</style>
border-color css
<style>
span { border-color: #217888; }
span { border-color: rgb(33,120,136); }
td.TdClassName
{
border-color: #217888;
}
.TagClassName
{
border-color: #217888;
}
</style>