Shades of Atoll #326F72
Tints of Atoll #326F72
RGB
CMYK
RGB Variations
Color information
#326F72 (or 0x326F72) is known color: Atoll. HEX triplet: 32, 6F and 72. RGB value is (50,111,114). Sum of RGB (Red+Green+Blue) = 50+111+114=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #326F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F72 is #CD908D. Grayscale: #5D5D5D. Windows color (decimal): -13471886 or 7499570. OLE color: 7499570.
HSL color Cylindrical-coordinate representation of color #326F72: hue angle of 182.81º 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 #326F72 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 111 | 114 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.55 |
| HSL | 182.81º | 0.39% | 0.32% | - |
| HSV(B) | 182.81º | 0.56% | 0.45% | - |
| XYZ | 10.04 | 13.26 | 17.95 | - |
| YUV | 93.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 114 | 0.56 | 0.03 | 0 | 0.55 | 182.81 | 0.39 | 0.32 |
| Hex | 32 | 6F | 72 | 38 | 3 | 0 | 37 | B7 | 27 | 20 |
| Octal | 62 | 157 | 162 | 70 | 3 | 0 | 67 | 267 | 47 | 40 |
| Binary | 110010 | 1101111 | 1110010 | 111000 | 11 | 0 | 110111 | 10110111 | 100111 | 100000 |
Color Harmonies of #326F72
Complementary color
Monochromatic Colors of #326F72
Black with #326F72
Text Example
Text Example
White with #326F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F72; }
p { color: rgb(50,111,114); }
H1.HeaderClassName
{
color: #326F72;
}
.AnyTagClassName
{
color: #326F72;
}
</style>
background-color css
<style>
a { background-color: #326F72; }
a { background-color: rgb(50,111,114); }
div.DivClassName
{
background-color: #326F72;
}
.BgClassName
{
background-color: #326F72;
}
</style>
border-color css
<style>
span { border-color: #326F72; }
span { border-color: rgb(50,111,114); }
td.TdClassName
{
border-color: #326F72;
}
.TagClassName
{
border-color: #326F72;
}
</style>