Shades of Atoll #217782
Tints of Atoll #217782
RGB
CMYK
RGB Variations
Color information
#217782 (or 0x217782) is known color: Atoll. HEX triplet: 21, 77 and 82. RGB value is (33,119,130). Sum of RGB (Red+Green+Blue) = 33+119+130=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #217782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217782 is #DE887D. Grayscale: #5E5E5E. Windows color (decimal): -14583934 or 8550177. OLE color: 8550177.
HSL color Cylindrical-coordinate representation of color #217782: hue angle of 186.8º 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 #217782 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 119 | 130 | - |
| CMYK | 0.75 | 0.08 | 0 | 0.49 |
| HSL | 186.8º | 0.6% | 0.32% | - |
| HSV(B) | 186.8º | 0.75% | 0.51% | - |
| XYZ | 11.25 | 15.13 | 23.45 | - |
| YUV | 94.54 | 148.01 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 130 | 0.75 | 0.08 | 0 | 0.49 | 186.8 | 0.6 | 0.32 |
| Hex | 21 | 77 | 82 | 4B | 8 | 0 | 31 | BB | 3C | 20 |
| Octal | 41 | 167 | 202 | 113 | 10 | 0 | 61 | 273 | 74 | 40 |
| Binary | 100001 | 1110111 | 10000010 | 1001011 | 1000 | 0 | 110001 | 10111011 | 111100 | 100000 |
Color Harmonies of #217782
Complementary color
Monochromatic Colors of #217782
Black with #217782
Text Example
Text Example
White with #217782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217782; }
p { color: rgb(33,119,130); }
H1.HeaderClassName
{
color: #217782;
}
.AnyTagClassName
{
color: #217782;
}
</style>
background-color css
<style>
a { background-color: #217782; }
a { background-color: rgb(33,119,130); }
div.DivClassName
{
background-color: #217782;
}
.BgClassName
{
background-color: #217782;
}
</style>
border-color css
<style>
span { border-color: #217782; }
span { border-color: rgb(33,119,130); }
td.TdClassName
{
border-color: #217782;
}
.TagClassName
{
border-color: #217782;
}
</style>