Shades of Atoll #217379
Tints of Atoll #217379
RGB
CMYK
RGB Variations
Color information
#217379 (or 0x217379) is known color: Atoll. HEX triplet: 21, 73 and 79. RGB value is (33,115,121). Sum of RGB (Red+Green+Blue) = 33+115+121=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #217379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217379 is #DE8C86. Grayscale: #5B5B5B. Windows color (decimal): -14584967 or 7959329. OLE color: 7959329.
HSL color Cylindrical-coordinate representation of color #217379: hue angle of 184.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217379 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 115 | 121 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.53 |
| HSL | 184.09º | 0.57% | 0.3% | - |
| HSV(B) | 184.09º | 0.73% | 0.47% | - |
| XYZ | 10.21 | 13.97 | 20.25 | - |
| YUV | 91.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 121 | 0.73 | 0.05 | 0 | 0.53 | 184.09 | 0.57 | 0.3 |
| Hex | 21 | 73 | 79 | 49 | 5 | 0 | 35 | B8 | 39 | 1E |
| Octal | 41 | 163 | 171 | 111 | 5 | 0 | 65 | 270 | 71 | 36 |
| Binary | 100001 | 1110011 | 1111001 | 1001001 | 101 | 0 | 110101 | 10111000 | 111001 | 11110 |
Color Harmonies of #217379
Complementary color
Monochromatic Colors of #217379
Black with #217379
Text Example
Text Example
White with #217379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217379; }
p { color: rgb(33,115,121); }
H1.HeaderClassName
{
color: #217379;
}
.AnyTagClassName
{
color: #217379;
}
</style>
background-color css
<style>
a { background-color: #217379; }
a { background-color: rgb(33,115,121); }
div.DivClassName
{
background-color: #217379;
}
.BgClassName
{
background-color: #217379;
}
</style>
border-color css
<style>
span { border-color: #217379; }
span { border-color: rgb(33,115,121); }
td.TdClassName
{
border-color: #217379;
}
.TagClassName
{
border-color: #217379;
}
</style>