Shades of Atoll #217E88
Tints of Atoll #217E88
RGB
CMYK
RGB Variations
Color information
#217E88 (or 0x217E88) is known color: Atoll. HEX triplet: 21, 7E and 88. RGB value is (33,126,136). Sum of RGB (Red+Green+Blue) = 33+126+136=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #217E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E88 is #DE8177. Grayscale: #636363. Windows color (decimal): -14582136 or 8945185. OLE color: 8945185.
HSL color Cylindrical-coordinate representation of color #217E88: hue angle of 185.83º 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 #217E88 is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 126 | 136 | - |
| CMYK | 0.76 | 0.07 | 0 | 0.47 |
| HSL | 185.83º | 0.61% | 0.33% | - |
| HSV(B) | 185.83º | 0.76% | 0.53% | - |
| XYZ | 12.53 | 17.02 | 25.92 | - |
| YUV | 99.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 136 | 0.76 | 0.07 | 0 | 0.47 | 185.83 | 0.61 | 0.33 |
| Hex | 21 | 7E | 88 | 4C | 7 | 0 | 2F | BA | 3D | 21 |
| Octal | 41 | 176 | 210 | 114 | 7 | 0 | 57 | 272 | 75 | 41 |
| Binary | 100001 | 1111110 | 10001000 | 1001100 | 111 | 0 | 101111 | 10111010 | 111101 | 100001 |
Color Harmonies of #217E88
Complementary color
Monochromatic Colors of #217E88
Black with #217E88
Text Example
Text Example
White with #217E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E88; }
p { color: rgb(33,126,136); }
H1.HeaderClassName
{
color: #217E88;
}
.AnyTagClassName
{
color: #217E88;
}
</style>
background-color css
<style>
a { background-color: #217E88; }
a { background-color: rgb(33,126,136); }
div.DivClassName
{
background-color: #217E88;
}
.BgClassName
{
background-color: #217E88;
}
</style>
border-color css
<style>
span { border-color: #217E88; }
span { border-color: rgb(33,126,136); }
td.TdClassName
{
border-color: #217E88;
}
.TagClassName
{
border-color: #217E88;
}
</style>