Shades of Atoll #32707A
Tints of Atoll #32707A
RGB
CMYK
RGB Variations
Color information
#32707A (or 0x32707A) is known color: Atoll. HEX triplet: 32, 70 and 7A. RGB value is (50,112,122). Sum of RGB (Red+Green+Blue) = 50+112+122=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 122 (48.05% from 255 or 42.96% from 284); Max value from RGB is 122 - color contains mainly: blue. Hex color #32707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32707A is #CD8F85. Grayscale: #5E5E5E. Windows color (decimal): -13471622 or 8024114. OLE color: 8024114.
HSL color Cylindrical-coordinate representation of color #32707A: hue angle of 188.33º 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 #32707A is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 112 | 122 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.52 |
| HSL | 188.33º | 0.42% | 0.34% | - |
| HSV(B) | 188.33º | 0.59% | 0.48% | - |
| XYZ | 10.62 | 13.67 | 20.49 | - |
| YUV | 94.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 122 | 0.59 | 0.08 | 0 | 0.52 | 188.33 | 0.42 | 0.34 |
| Hex | 32 | 70 | 7A | 3B | 8 | 0 | 34 | BC | 2A | 22 |
| Octal | 62 | 160 | 172 | 73 | 10 | 0 | 64 | 274 | 52 | 42 |
| Binary | 110010 | 1110000 | 1111010 | 111011 | 1000 | 0 | 110100 | 10111100 | 101010 | 100010 |
Color Harmonies of #32707A
Complementary color
Monochromatic Colors of #32707A
Black with #32707A
Text Example
Text Example
White with #32707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32707A; }
p { color: rgb(50,112,122); }
H1.HeaderClassName
{
color: #32707A;
}
.AnyTagClassName
{
color: #32707A;
}
</style>
background-color css
<style>
a { background-color: #32707A; }
a { background-color: rgb(50,112,122); }
div.DivClassName
{
background-color: #32707A;
}
.BgClassName
{
background-color: #32707A;
}
</style>
border-color css
<style>
span { border-color: #32707A; }
span { border-color: rgb(50,112,122); }
td.TdClassName
{
border-color: #32707A;
}
.TagClassName
{
border-color: #32707A;
}
</style>