Shades of Atoll #217982
Tints of Atoll #217982
RGB
CMYK
RGB Variations
Color information
#217982 (or 0x217982) is known color: Atoll. HEX triplet: 21, 79 and 82. RGB value is (33,121,130). Sum of RGB (Red+Green+Blue) = 33+121+130=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 121 (47.66% from 255 or 42.61% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #217982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217982 is #DE867D. Grayscale: #5F5F5F. Windows color (decimal): -14583422 or 8550689. OLE color: 8550689.
HSL color Cylindrical-coordinate representation of color #217982: hue angle of 185.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217982 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 121 | 130 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.49 |
| HSL | 185.57º | 0.6% | 0.32% | - |
| HSV(B) | 185.57º | 0.75% | 0.51% | - |
| XYZ | 11.49 | 15.61 | 23.53 | - |
| YUV | 95.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 121 | 130 | 0.75 | 0.07 | 0 | 0.49 | 185.57 | 0.6 | 0.32 |
| Hex | 21 | 79 | 82 | 4B | 7 | 0 | 31 | BA | 3C | 20 |
| Octal | 41 | 171 | 202 | 113 | 7 | 0 | 61 | 272 | 74 | 40 |
| Binary | 100001 | 1111001 | 10000010 | 1001011 | 111 | 0 | 110001 | 10111010 | 111100 | 100000 |
Color Harmonies of #217982
Complementary color
Monochromatic Colors of #217982
Black with #217982
Text Example
Text Example
White with #217982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217982; }
p { color: rgb(33,121,130); }
H1.HeaderClassName
{
color: #217982;
}
.AnyTagClassName
{
color: #217982;
}
</style>
background-color css
<style>
a { background-color: #217982; }
a { background-color: rgb(33,121,130); }
div.DivClassName
{
background-color: #217982;
}
.BgClassName
{
background-color: #217982;
}
</style>
border-color css
<style>
span { border-color: #217982; }
span { border-color: rgb(33,121,130); }
td.TdClassName
{
border-color: #217982;
}
.TagClassName
{
border-color: #217982;
}
</style>