Shades of Atoll #328684
Tints of Atoll #328684
RGB
CMYK
RGB Variations
Color information
#328684 (or 0x328684) is known color: Atoll. HEX triplet: 32, 86 and 84. RGB value is (50,134,132). Sum of RGB (Red+Green+Blue) = 50+134+132=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #328684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328684 is #CD797B. Grayscale: #6C6C6C. Windows color (decimal): -13465980 or 8685106. OLE color: 8685106.
HSL color Cylindrical-coordinate representation of color #328684: hue angle of 178.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328684 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 134 | 132 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.47 |
| HSL | 178.57º | 0.46% | 0.36% | - |
| HSV(B) | 178.57º | 0.63% | 0.53% | - |
| XYZ | 14.01 | 19.39 | 24.84 | - |
| YUV | 108.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 134 | 132 | 0.63 | 0 | 0.01 | 0.47 | 178.57 | 0.46 | 0.36 |
| Hex | 32 | 86 | 84 | 3F | 0 | 1 | 2F | B3 | 2E | 24 |
| Octal | 62 | 206 | 204 | 77 | 0 | 1 | 57 | 263 | 56 | 44 |
| Binary | 110010 | 10000110 | 10000100 | 111111 | 0 | 1 | 101111 | 10110011 | 101110 | 100100 |
Color Harmonies of #328684
Complementary color
Monochromatic Colors of #328684
Black with #328684
Text Example
Text Example
White with #328684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328684; }
p { color: rgb(50,134,132); }
H1.HeaderClassName
{
color: #328684;
}
.AnyTagClassName
{
color: #328684;
}
</style>
background-color css
<style>
a { background-color: #328684; }
a { background-color: rgb(50,134,132); }
div.DivClassName
{
background-color: #328684;
}
.BgClassName
{
background-color: #328684;
}
</style>
border-color css
<style>
span { border-color: #328684; }
span { border-color: rgb(50,134,132); }
td.TdClassName
{
border-color: #328684;
}
.TagClassName
{
border-color: #328684;
}
</style>