Shades of Atoll #326D77
Tints of Atoll #326D77
RGB
CMYK
RGB Variations
Color information
#326D77 (or 0x326D77) is known color: Atoll. HEX triplet: 32, 6D and 77. RGB value is (50,109,119). Sum of RGB (Red+Green+Blue) = 50+109+119=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #326D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D77 is #CD9288. Grayscale: #5C5C5C. Windows color (decimal): -13472393 or 7826738. OLE color: 7826738.
HSL color Cylindrical-coordinate representation of color #326D77: hue angle of 188.7º 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 #326D77 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 50 | 109 | 119 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.53 |
| HSL | 188.7º | 0.41% | 0.33% | - |
| HSV(B) | 188.7º | 0.58% | 0.47% | - |
| XYZ | 10.11 | 12.95 | 19.42 | - |
| YUV | 92.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 119 | 0.58 | 0.08 | 0 | 0.53 | 188.7 | 0.41 | 0.33 |
| Hex | 32 | 6D | 77 | 3A | 8 | 0 | 35 | BD | 29 | 21 |
| Octal | 62 | 155 | 167 | 72 | 10 | 0 | 65 | 275 | 51 | 41 |
| Binary | 110010 | 1101101 | 1110111 | 111010 | 1000 | 0 | 110101 | 10111101 | 101001 | 100001 |
Color Harmonies of #326D77
Complementary color
Monochromatic Colors of #326D77
Black with #326D77
Text Example
Text Example
White with #326D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D77; }
p { color: rgb(50,109,119); }
H1.HeaderClassName
{
color: #326D77;
}
.AnyTagClassName
{
color: #326D77;
}
</style>
background-color css
<style>
a { background-color: #326D77; }
a { background-color: rgb(50,109,119); }
div.DivClassName
{
background-color: #326D77;
}
.BgClassName
{
background-color: #326D77;
}
</style>
border-color css
<style>
span { border-color: #326D77; }
span { border-color: rgb(50,109,119); }
td.TdClassName
{
border-color: #326D77;
}
.TagClassName
{
border-color: #326D77;
}
</style>