Shades of Atoll #217E81
Tints of Atoll #217E81
RGB
CMYK
RGB Variations
Color information
#217E81 (or 0x217E81) is known color: Atoll. HEX triplet: 21, 7E and 81. RGB value is (33,126,129). Sum of RGB (Red+Green+Blue) = 33+126+129=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 126 (49.61% from 255 or 43.75% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #217E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E81 is #DE817E. Grayscale: #626262. Windows color (decimal): -14582143 or 8486433. OLE color: 8486433.
HSL color Cylindrical-coordinate representation of color #217E81: hue angle of 181.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E81 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 126 | 129 | - |
| CMYK | 0.74 | 0.02 | 0 | 0.49 |
| HSL | 181.88º | 0.59% | 0.32% | - |
| HSV(B) | 181.88º | 0.74% | 0.51% | - |
| XYZ | 12.05 | 16.83 | 23.38 | - |
| YUV | 98.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 129 | 0.74 | 0.02 | 0 | 0.49 | 181.88 | 0.59 | 0.32 |
| Hex | 21 | 7E | 81 | 4A | 2 | 0 | 31 | B6 | 3B | 20 |
| Octal | 41 | 176 | 201 | 112 | 2 | 0 | 61 | 266 | 73 | 40 |
| Binary | 100001 | 1111110 | 10000001 | 1001010 | 10 | 0 | 110001 | 10110110 | 111011 | 100000 |
Color Harmonies of #217E81
Complementary color
Monochromatic Colors of #217E81
Black with #217E81
Text Example
Text Example
White with #217E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E81; }
p { color: rgb(33,126,129); }
H1.HeaderClassName
{
color: #217E81;
}
.AnyTagClassName
{
color: #217E81;
}
</style>
background-color css
<style>
a { background-color: #217E81; }
a { background-color: rgb(33,126,129); }
div.DivClassName
{
background-color: #217E81;
}
.BgClassName
{
background-color: #217E81;
}
</style>
border-color css
<style>
span { border-color: #217E81; }
span { border-color: rgb(33,126,129); }
td.TdClassName
{
border-color: #217E81;
}
.TagClassName
{
border-color: #217E81;
}
</style>