Shades of Atoll #32737D
Tints of Atoll #32737D
RGB
CMYK
RGB Variations
Color information
#32737D (or 0x32737D) is known color: Atoll. HEX triplet: 32, 73 and 7D. RGB value is (50,115,125). Sum of RGB (Red+Green+Blue) = 50+115+125=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #32737D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737D is #CD8C82. Grayscale: #606060. Windows color (decimal): -13470851 or 8221490. OLE color: 8221490.
HSL color Cylindrical-coordinate representation of color #32737D: hue angle of 188º 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 #32737D is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 115 | 125 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.51 |
| HSL | 188º | 0.43% | 0.34% | - |
| HSV(B) | 188º | 0.6% | 0.49% | - |
| XYZ | 11.15 | 14.42 | 21.6 | - |
| YUV | 96.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 125 | 0.60 | 0.08 | 0 | 0.51 | 188 | 0.43 | 0.34 |
| Hex | 32 | 73 | 7D | 3C | 8 | 0 | 33 | BC | 2B | 22 |
| Octal | 62 | 163 | 175 | 74 | 10 | 0 | 63 | 274 | 53 | 42 |
| Binary | 110010 | 1110011 | 1111101 | 111100 | 1000 | 0 | 110011 | 10111100 | 101011 | 100010 |
Color Harmonies of #32737D
Complementary color
Monochromatic Colors of #32737D
Black with #32737D
Text Example
Text Example
White with #32737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32737D; }
p { color: rgb(50,115,125); }
H1.HeaderClassName
{
color: #32737D;
}
.AnyTagClassName
{
color: #32737D;
}
</style>
background-color css
<style>
a { background-color: #32737D; }
a { background-color: rgb(50,115,125); }
div.DivClassName
{
background-color: #32737D;
}
.BgClassName
{
background-color: #32737D;
}
</style>
border-color css
<style>
span { border-color: #32737D; }
span { border-color: rgb(50,115,125); }
td.TdClassName
{
border-color: #32737D;
}
.TagClassName
{
border-color: #32737D;
}
</style>