Shades of Atoll #32717A
Tints of Atoll #32717A
RGB
CMYK
RGB Variations
Color information
#32717A (or 0x32717A) is known color: Atoll. HEX triplet: 32, 71 and 7A. RGB value is (50,113,122). Sum of RGB (Red+Green+Blue) = 50+113+122=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 122 (48.05% from 255 or 42.81% from 285); Max value from RGB is 122 - color contains mainly: blue. Hex color #32717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32717A is #CD8E85. Grayscale: #5F5F5F. Windows color (decimal): -13471366 or 8024370. OLE color: 8024370.
HSL color Cylindrical-coordinate representation of color #32717A: hue angle of 187.5º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #32717A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 113 | 122 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.52 |
| HSL | 187.5º | 0.42% | 0.34% | - |
| HSV(B) | 187.5º | 0.59% | 0.48% | - |
| XYZ | 10.73 | 13.89 | 20.53 | - |
| YUV | 95.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 122 | 0.59 | 0.07 | 0 | 0.52 | 187.5 | 0.42 | 0.34 |
| Hex | 32 | 71 | 7A | 3B | 7 | 0 | 34 | BC | 2A | 22 |
| Octal | 62 | 161 | 172 | 73 | 7 | 0 | 64 | 274 | 52 | 42 |
| Binary | 110010 | 1110001 | 1111010 | 111011 | 111 | 0 | 110100 | 10111100 | 101010 | 100010 |
Color Harmonies of #32717A
Complementary color
Monochromatic Colors of #32717A
Black with #32717A
Text Example
Text Example
White with #32717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32717A; }
p { color: rgb(50,113,122); }
H1.HeaderClassName
{
color: #32717A;
}
.AnyTagClassName
{
color: #32717A;
}
</style>
background-color css
<style>
a { background-color: #32717A; }
a { background-color: rgb(50,113,122); }
div.DivClassName
{
background-color: #32717A;
}
.BgClassName
{
background-color: #32717A;
}
</style>
border-color css
<style>
span { border-color: #32717A; }
span { border-color: rgb(50,113,122); }
td.TdClassName
{
border-color: #32717A;
}
.TagClassName
{
border-color: #32717A;
}
</style>