Shades of Atoll #326E73
Tints of Atoll #326E73
RGB
CMYK
RGB Variations
Color information
#326E73 (or 0x326E73) is known color: Atoll. HEX triplet: 32, 6E and 73. RGB value is (50,110,115). Sum of RGB (Red+Green+Blue) = 50+110+115=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #326E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E73 is #CD918C. Grayscale: #5C5C5C. Windows color (decimal): -13472141 or 7564850. OLE color: 7564850.
HSL color Cylindrical-coordinate representation of color #326E73: hue angle of 184.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326E73 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 110 | 115 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.55 |
| HSL | 184.62º | 0.39% | 0.32% | - |
| HSV(B) | 184.62º | 0.57% | 0.45% | - |
| XYZ | 9.99 | 13.07 | 18.22 | - |
| YUV | 92.63 | 140.62 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 115 | 0.57 | 0.04 | 0 | 0.55 | 184.62 | 0.39 | 0.32 |
| Hex | 32 | 6E | 73 | 39 | 4 | 0 | 37 | B9 | 27 | 20 |
| Octal | 62 | 156 | 163 | 71 | 4 | 0 | 67 | 271 | 47 | 40 |
| Binary | 110010 | 1101110 | 1110011 | 111001 | 100 | 0 | 110111 | 10111001 | 100111 | 100000 |
Color Harmonies of #326E73
Complementary color
Monochromatic Colors of #326E73
Black with #326E73
Text Example
Text Example
White with #326E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E73; }
p { color: rgb(50,110,115); }
H1.HeaderClassName
{
color: #326E73;
}
.AnyTagClassName
{
color: #326E73;
}
</style>
background-color css
<style>
a { background-color: #326E73; }
a { background-color: rgb(50,110,115); }
div.DivClassName
{
background-color: #326E73;
}
.BgClassName
{
background-color: #326E73;
}
</style>
border-color css
<style>
span { border-color: #326E73; }
span { border-color: rgb(50,110,115); }
td.TdClassName
{
border-color: #326E73;
}
.TagClassName
{
border-color: #326E73;
}
</style>