Shades of Atoll #326D72
Tints of Atoll #326D72
RGB
CMYK
RGB Variations
Color information
#326D72 (or 0x326D72) is known color: Atoll. HEX triplet: 32, 6D and 72. RGB value is (50,109,114). Sum of RGB (Red+Green+Blue) = 50+109+114=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #326D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D72 is #CD928D. Grayscale: #5B5B5B. Windows color (decimal): -13472398 or 7499058. OLE color: 7499058.
HSL color Cylindrical-coordinate representation of color #326D72: hue angle of 184.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326D72 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 109 | 114 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.55 |
| HSL | 184.69º | 0.39% | 0.32% | - |
| HSV(B) | 184.69º | 0.56% | 0.45% | - |
| XYZ | 9.82 | 12.83 | 17.88 | - |
| YUV | 91.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 114 | 0.56 | 0.04 | 0 | 0.55 | 184.69 | 0.39 | 0.32 |
| Hex | 32 | 6D | 72 | 38 | 4 | 0 | 37 | B9 | 27 | 20 |
| Octal | 62 | 155 | 162 | 70 | 4 | 0 | 67 | 271 | 47 | 40 |
| Binary | 110010 | 1101101 | 1110010 | 111000 | 100 | 0 | 110111 | 10111001 | 100111 | 100000 |
Color Harmonies of #326D72
Complementary color
Monochromatic Colors of #326D72
Black with #326D72
Text Example
Text Example
White with #326D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D72; }
p { color: rgb(50,109,114); }
H1.HeaderClassName
{
color: #326D72;
}
.AnyTagClassName
{
color: #326D72;
}
</style>
background-color css
<style>
a { background-color: #326D72; }
a { background-color: rgb(50,109,114); }
div.DivClassName
{
background-color: #326D72;
}
.BgClassName
{
background-color: #326D72;
}
</style>
border-color css
<style>
span { border-color: #326D72; }
span { border-color: rgb(50,109,114); }
td.TdClassName
{
border-color: #326D72;
}
.TagClassName
{
border-color: #326D72;
}
</style>