Shades of Atoll #32847F
Tints of Atoll #32847F
RGB
CMYK
RGB Variations
Color information
#32847F (or 0x32847F) is known color: Atoll. HEX triplet: 32, 84 and 7F. RGB value is (50,132,127). Sum of RGB (Red+Green+Blue) = 50+132+127=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #32847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32847F is #CD7B80. Grayscale: #6A6A6A. Windows color (decimal): -13466497 or 8356914. OLE color: 8356914.
HSL color Cylindrical-coordinate representation of color #32847F: hue angle of 176.34º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32847F is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 132 | 127 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.48 |
| HSL | 176.34º | 0.45% | 0.36% | - |
| HSV(B) | 176.34º | 0.62% | 0.52% | - |
| XYZ | 13.4 | 18.71 | 22.98 | - |
| YUV | 106.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 132 | 127 | 0.62 | 0 | 0.04 | 0.48 | 176.34 | 0.45 | 0.36 |
| Hex | 32 | 84 | 7F | 3E | 0 | 4 | 30 | B0 | 2D | 24 |
| Octal | 62 | 204 | 177 | 76 | 0 | 4 | 60 | 260 | 55 | 44 |
| Binary | 110010 | 10000100 | 1111111 | 111110 | 0 | 100 | 110000 | 10110000 | 101101 | 100100 |
Color Harmonies of #32847F
Complementary color
Monochromatic Colors of #32847F
Black with #32847F
Text Example
Text Example
White with #32847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32847F; }
p { color: rgb(50,132,127); }
H1.HeaderClassName
{
color: #32847F;
}
.AnyTagClassName
{
color: #32847F;
}
</style>
background-color css
<style>
a { background-color: #32847F; }
a { background-color: rgb(50,132,127); }
div.DivClassName
{
background-color: #32847F;
}
.BgClassName
{
background-color: #32847F;
}
</style>
border-color css
<style>
span { border-color: #32847F; }
span { border-color: rgb(50,132,127); }
td.TdClassName
{
border-color: #32847F;
}
.TagClassName
{
border-color: #32847F;
}
</style>