Shades of Atoll #326E72
Tints of Atoll #326E72
RGB
CMYK
RGB Variations
Color information
#326E72 (or 0x326E72) is known color: Atoll. HEX triplet: 32, 6E and 72. RGB value is (50,110,114). Sum of RGB (Red+Green+Blue) = 50+110+114=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #326E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E72 is #CD918D. Grayscale: #5C5C5C. Windows color (decimal): -13472142 or 7499314. OLE color: 7499314.
HSL color Cylindrical-coordinate representation of color #326E72: hue angle of 183.75º 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 #326E72 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 110 | 114 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.55 |
| HSL | 183.75º | 0.39% | 0.32% | - |
| HSV(B) | 183.75º | 0.56% | 0.45% | - |
| XYZ | 9.93 | 13.04 | 17.91 | - |
| YUV | 92.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 114 | 0.56 | 0.04 | 0 | 0.55 | 183.75 | 0.39 | 0.32 |
| Hex | 32 | 6E | 72 | 38 | 4 | 0 | 37 | B8 | 27 | 20 |
| Octal | 62 | 156 | 162 | 70 | 4 | 0 | 67 | 270 | 47 | 40 |
| Binary | 110010 | 1101110 | 1110010 | 111000 | 100 | 0 | 110111 | 10111000 | 100111 | 100000 |
Color Harmonies of #326E72
Complementary color
Monochromatic Colors of #326E72
Black with #326E72
Text Example
Text Example
White with #326E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E72; }
p { color: rgb(50,110,114); }
H1.HeaderClassName
{
color: #326E72;
}
.AnyTagClassName
{
color: #326E72;
}
</style>
background-color css
<style>
a { background-color: #326E72; }
a { background-color: rgb(50,110,114); }
div.DivClassName
{
background-color: #326E72;
}
.BgClassName
{
background-color: #326E72;
}
</style>
border-color css
<style>
span { border-color: #326E72; }
span { border-color: rgb(50,110,114); }
td.TdClassName
{
border-color: #326E72;
}
.TagClassName
{
border-color: #326E72;
}
</style>