Shades of Atoll #32808C
Tints of Atoll #32808C
RGB
CMYK
RGB Variations
Color information
#32808C (or 0x32808C) is known color: Atoll. HEX triplet: 32, 80 and 8C. RGB value is (50,128,140). Sum of RGB (Red+Green+Blue) = 50+128+140=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #32808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32808C is #CD7F73. Grayscale: #696969. Windows color (decimal): -13467508 or 9207858. OLE color: 9207858.
HSL color Cylindrical-coordinate representation of color #32808C: hue angle of 188º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32808C is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 128 | 140 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.45 |
| HSL | 188º | 0.47% | 0.37% | - |
| HSV(B) | 188º | 0.64% | 0.55% | - |
| XYZ | 13.77 | 18.01 | 27.56 | - |
| YUV | 106.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 128 | 140 | 0.64 | 0.09 | 0 | 0.45 | 188 | 0.47 | 0.37 |
| Hex | 32 | 80 | 8C | 40 | 9 | 0 | 2D | BC | 2F | 25 |
| Octal | 62 | 200 | 214 | 100 | 11 | 0 | 55 | 274 | 57 | 45 |
| Binary | 110010 | 10000000 | 10001100 | 1000000 | 1001 | 0 | 101101 | 10111100 | 101111 | 100101 |
Color Harmonies of #32808C
Complementary color
Monochromatic Colors of #32808C
Black with #32808C
Text Example
Text Example
White with #32808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32808C; }
p { color: rgb(50,128,140); }
H1.HeaderClassName
{
color: #32808C;
}
.AnyTagClassName
{
color: #32808C;
}
</style>
background-color css
<style>
a { background-color: #32808C; }
a { background-color: rgb(50,128,140); }
div.DivClassName
{
background-color: #32808C;
}
.BgClassName
{
background-color: #32808C;
}
</style>
border-color css
<style>
span { border-color: #32808C; }
span { border-color: rgb(50,128,140); }
td.TdClassName
{
border-color: #32808C;
}
.TagClassName
{
border-color: #32808C;
}
</style>