Shades of Atoll #32827E
Tints of Atoll #32827E
RGB
CMYK
RGB Variations
Color information
#32827E (or 0x32827E) is known color: Atoll. HEX triplet: 32, 82 and 7E. RGB value is (50,130,126). Sum of RGB (Red+Green+Blue) = 50+130+126=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #32827E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32827E is #CD7D81. Grayscale: #696969. Windows color (decimal): -13467010 or 8290866. OLE color: 8290866.
HSL color Cylindrical-coordinate representation of color #32827E: hue angle of 177º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32827E is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 130 | 126 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.49 |
| HSL | 177º | 0.44% | 0.35% | - |
| HSV(B) | 177º | 0.62% | 0.51% | - |
| XYZ | 13.06 | 18.15 | 22.55 | - |
| YUV | 105.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 130 | 126 | 0.62 | 0 | 0.03 | 0.49 | 177 | 0.44 | 0.35 |
| Hex | 32 | 82 | 7E | 3E | 0 | 3 | 31 | B1 | 2C | 23 |
| Octal | 62 | 202 | 176 | 76 | 0 | 3 | 61 | 261 | 54 | 43 |
| Binary | 110010 | 10000010 | 1111110 | 111110 | 0 | 11 | 110001 | 10110001 | 101100 | 100011 |
Color Harmonies of #32827E
Complementary color
Monochromatic Colors of #32827E
Black with #32827E
Text Example
Text Example
White with #32827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32827E; }
p { color: rgb(50,130,126); }
H1.HeaderClassName
{
color: #32827E;
}
.AnyTagClassName
{
color: #32827E;
}
</style>
background-color css
<style>
a { background-color: #32827E; }
a { background-color: rgb(50,130,126); }
div.DivClassName
{
background-color: #32827E;
}
.BgClassName
{
background-color: #32827E;
}
</style>
border-color css
<style>
span { border-color: #32827E; }
span { border-color: rgb(50,130,126); }
td.TdClassName
{
border-color: #32827E;
}
.TagClassName
{
border-color: #32827E;
}
</style>