Shades of Atoll #32737A
Tints of Atoll #32737A
RGB
CMYK
RGB Variations
Color information
#32737A (or 0x32737A) is known color: Atoll. HEX triplet: 32, 73 and 7A. RGB value is (50,115,122). Sum of RGB (Red+Green+Blue) = 50+115+122=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #32737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737A is #CD8C85. Grayscale: #606060. Windows color (decimal): -13470854 or 8024882. OLE color: 8024882.
HSL color Cylindrical-coordinate representation of color #32737A: hue angle of 185.83º 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 #32737A is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 115 | 122 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.52 |
| HSL | 185.83º | 0.42% | 0.34% | - |
| HSV(B) | 185.83º | 0.59% | 0.48% | - |
| XYZ | 10.96 | 14.34 | 20.6 | - |
| YUV | 96.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 122 | 0.59 | 0.06 | 0 | 0.52 | 185.83 | 0.42 | 0.34 |
| Hex | 32 | 73 | 7A | 3B | 6 | 0 | 34 | BA | 2A | 22 |
| Octal | 62 | 163 | 172 | 73 | 6 | 0 | 64 | 272 | 52 | 42 |
| Binary | 110010 | 1110011 | 1111010 | 111011 | 110 | 0 | 110100 | 10111010 | 101010 | 100010 |
Color Harmonies of #32737A
Complementary color
Monochromatic Colors of #32737A
Black with #32737A
Text Example
Text Example
White with #32737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32737A; }
p { color: rgb(50,115,122); }
H1.HeaderClassName
{
color: #32737A;
}
.AnyTagClassName
{
color: #32737A;
}
</style>
background-color css
<style>
a { background-color: #32737A; }
a { background-color: rgb(50,115,122); }
div.DivClassName
{
background-color: #32737A;
}
.BgClassName
{
background-color: #32737A;
}
</style>
border-color css
<style>
span { border-color: #32737A; }
span { border-color: rgb(50,115,122); }
td.TdClassName
{
border-color: #32737A;
}
.TagClassName
{
border-color: #32737A;
}
</style>