Shades of Atoll #326F77
Tints of Atoll #326F77
RGB
CMYK
RGB Variations
Color information
#326F77 (or 0x326F77) is known color: Atoll. HEX triplet: 32, 6F and 77. RGB value is (50,111,119). Sum of RGB (Red+Green+Blue) = 50+111+119=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 119 (46.88% from 255 or 42.5% from 280); Max value from RGB is 119 - color contains mainly: blue. Hex color #326F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F77 is #CD9088. Grayscale: #5D5D5D. Windows color (decimal): -13471881 or 7827250. OLE color: 7827250.
HSL color Cylindrical-coordinate representation of color #326F77: hue angle of 186.96º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326F77 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 111 | 119 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.53 |
| HSL | 186.96º | 0.41% | 0.33% | - |
| HSV(B) | 186.96º | 0.58% | 0.47% | - |
| XYZ | 10.33 | 13.38 | 19.49 | - |
| YUV | 93.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 119 | 0.58 | 0.07 | 0 | 0.53 | 186.96 | 0.41 | 0.33 |
| Hex | 32 | 6F | 77 | 3A | 7 | 0 | 35 | BB | 29 | 21 |
| Octal | 62 | 157 | 167 | 72 | 7 | 0 | 65 | 273 | 51 | 41 |
| Binary | 110010 | 1101111 | 1110111 | 111010 | 111 | 0 | 110101 | 10111011 | 101001 | 100001 |
Color Harmonies of #326F77
Complementary color
Monochromatic Colors of #326F77
Black with #326F77
Text Example
Text Example
White with #326F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F77; }
p { color: rgb(50,111,119); }
H1.HeaderClassName
{
color: #326F77;
}
.AnyTagClassName
{
color: #326F77;
}
</style>
background-color css
<style>
a { background-color: #326F77; }
a { background-color: rgb(50,111,119); }
div.DivClassName
{
background-color: #326F77;
}
.BgClassName
{
background-color: #326F77;
}
</style>
border-color css
<style>
span { border-color: #326F77; }
span { border-color: rgb(50,111,119); }
td.TdClassName
{
border-color: #326F77;
}
.TagClassName
{
border-color: #326F77;
}
</style>