Shades of Atoll #32777E
Tints of Atoll #32777E
RGB
CMYK
RGB Variations
Color information
#32777E (or 0x32777E) is known color: Atoll. HEX triplet: 32, 77 and 7E. RGB value is (50,119,126). Sum of RGB (Red+Green+Blue) = 50+119+126=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 126 - color contains mainly: blue. Hex color #32777E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32777E is #CD8881. Grayscale: #636363. Windows color (decimal): -13469826 or 8288050. OLE color: 8288050.
HSL color Cylindrical-coordinate representation of color #32777E: hue angle of 185.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32777E is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 119 | 126 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.51 |
| HSL | 185.53º | 0.43% | 0.35% | - |
| HSV(B) | 185.53º | 0.6% | 0.49% | - |
| XYZ | 11.68 | 15.38 | 22.09 | - |
| YUV | 99.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 119 | 126 | 0.60 | 0.06 | 0 | 0.51 | 185.53 | 0.43 | 0.35 |
| Hex | 32 | 77 | 7E | 3C | 6 | 0 | 33 | BA | 2B | 23 |
| Octal | 62 | 167 | 176 | 74 | 6 | 0 | 63 | 272 | 53 | 43 |
| Binary | 110010 | 1110111 | 1111110 | 111100 | 110 | 0 | 110011 | 10111010 | 101011 | 100011 |
Color Harmonies of #32777E
Complementary color
Monochromatic Colors of #32777E
Black with #32777E
Text Example
Text Example
White with #32777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32777E; }
p { color: rgb(50,119,126); }
H1.HeaderClassName
{
color: #32777E;
}
.AnyTagClassName
{
color: #32777E;
}
</style>
background-color css
<style>
a { background-color: #32777E; }
a { background-color: rgb(50,119,126); }
div.DivClassName
{
background-color: #32777E;
}
.BgClassName
{
background-color: #32777E;
}
</style>
border-color css
<style>
span { border-color: #32777E; }
span { border-color: rgb(50,119,126); }
td.TdClassName
{
border-color: #32777E;
}
.TagClassName
{
border-color: #32777E;
}
</style>