Shades of Atoll #32717C
Tints of Atoll #32717C
RGB
CMYK
RGB Variations
Color information
#32717C (or 0x32717C) is known color: Atoll. HEX triplet: 32, 71 and 7C. RGB value is (50,113,124). Sum of RGB (Red+Green+Blue) = 50+113+124=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #32717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32717C is #CD8E83. Grayscale: #5F5F5F. Windows color (decimal): -13471364 or 8155442. OLE color: 8155442.
HSL color Cylindrical-coordinate representation of color #32717C: hue angle of 188.92º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32717C is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 113 | 124 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.51 |
| HSL | 188.92º | 0.43% | 0.34% | - |
| HSV(B) | 188.92º | 0.6% | 0.49% | - |
| XYZ | 10.86 | 13.94 | 21.19 | - |
| YUV | 95.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 124 | 0.60 | 0.09 | 0 | 0.51 | 188.92 | 0.43 | 0.34 |
| Hex | 32 | 71 | 7C | 3C | 9 | 0 | 33 | BD | 2B | 22 |
| Octal | 62 | 161 | 174 | 74 | 11 | 0 | 63 | 275 | 53 | 42 |
| Binary | 110010 | 1110001 | 1111100 | 111100 | 1001 | 0 | 110011 | 10111101 | 101011 | 100010 |
Color Harmonies of #32717C
Complementary color
Monochromatic Colors of #32717C
Black with #32717C
Text Example
Text Example
White with #32717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32717C; }
p { color: rgb(50,113,124); }
H1.HeaderClassName
{
color: #32717C;
}
.AnyTagClassName
{
color: #32717C;
}
</style>
background-color css
<style>
a { background-color: #32717C; }
a { background-color: rgb(50,113,124); }
div.DivClassName
{
background-color: #32717C;
}
.BgClassName
{
background-color: #32717C;
}
</style>
border-color css
<style>
span { border-color: #32717C; }
span { border-color: rgb(50,113,124); }
td.TdClassName
{
border-color: #32717C;
}
.TagClassName
{
border-color: #32717C;
}
</style>