Shades of Atoll #32727D
Tints of Atoll #32727D
RGB
CMYK
RGB Variations
Color information
#32727D (or 0x32727D) is known color: Atoll. HEX triplet: 32, 72 and 7D. RGB value is (50,114,125). Sum of RGB (Red+Green+Blue) = 50+114+125=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 125 - color contains mainly: blue. Hex color #32727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32727D is #CD8D82. Grayscale: #606060. Windows color (decimal): -13471107 or 8221234. OLE color: 8221234.
HSL color Cylindrical-coordinate representation of color #32727D: hue angle of 188.8º 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 #32727D is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 114 | 125 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.51 |
| HSL | 188.8º | 0.43% | 0.34% | - |
| HSV(B) | 188.8º | 0.6% | 0.49% | - |
| XYZ | 11.03 | 14.19 | 21.56 | - |
| YUV | 96.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 125 | 0.60 | 0.09 | 0 | 0.51 | 188.8 | 0.43 | 0.34 |
| Hex | 32 | 72 | 7D | 3C | 9 | 0 | 33 | BD | 2B | 22 |
| Octal | 62 | 162 | 175 | 74 | 11 | 0 | 63 | 275 | 53 | 42 |
| Binary | 110010 | 1110010 | 1111101 | 111100 | 1001 | 0 | 110011 | 10111101 | 101011 | 100010 |
Color Harmonies of #32727D
Complementary color
Monochromatic Colors of #32727D
Black with #32727D
Text Example
Text Example
White with #32727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32727D; }
p { color: rgb(50,114,125); }
H1.HeaderClassName
{
color: #32727D;
}
.AnyTagClassName
{
color: #32727D;
}
</style>
background-color css
<style>
a { background-color: #32727D; }
a { background-color: rgb(50,114,125); }
div.DivClassName
{
background-color: #32727D;
}
.BgClassName
{
background-color: #32727D;
}
</style>
border-color css
<style>
span { border-color: #32727D; }
span { border-color: rgb(50,114,125); }
td.TdClassName
{
border-color: #32727D;
}
.TagClassName
{
border-color: #32727D;
}
</style>