Shades of Atoll #326C76
Tints of Atoll #326C76
RGB
CMYK
RGB Variations
Color information
#326C76 (or 0x326C76) is known color: Atoll. HEX triplet: 32, 6C and 76. RGB value is (50,108,118). Sum of RGB (Red+Green+Blue) = 50+108+118=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #326C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C76 is #CD9389. Grayscale: #5B5B5B. Windows color (decimal): -13472650 or 7760946. OLE color: 7760946.
HSL color Cylindrical-coordinate representation of color #326C76: hue angle of 188.82º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326C76 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 50 | 108 | 118 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.54 |
| HSL | 188.82º | 0.4% | 0.33% | - |
| HSV(B) | 188.82º | 0.58% | 0.46% | - |
| XYZ | 9.95 | 12.71 | 19.07 | - |
| YUV | 91.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 118 | 0.58 | 0.08 | 0 | 0.54 | 188.82 | 0.4 | 0.33 |
| Hex | 32 | 6C | 76 | 3A | 8 | 0 | 36 | BD | 28 | 21 |
| Octal | 62 | 154 | 166 | 72 | 10 | 0 | 66 | 275 | 50 | 41 |
| Binary | 110010 | 1101100 | 1110110 | 111010 | 1000 | 0 | 110110 | 10111101 | 101000 | 100001 |
Color Harmonies of #326C76
Complementary color
Monochromatic Colors of #326C76
Black with #326C76
Text Example
Text Example
White with #326C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C76; }
p { color: rgb(50,108,118); }
H1.HeaderClassName
{
color: #326C76;
}
.AnyTagClassName
{
color: #326C76;
}
</style>
background-color css
<style>
a { background-color: #326C76; }
a { background-color: rgb(50,108,118); }
div.DivClassName
{
background-color: #326C76;
}
.BgClassName
{
background-color: #326C76;
}
</style>
border-color css
<style>
span { border-color: #326C76; }
span { border-color: rgb(50,108,118); }
td.TdClassName
{
border-color: #326C76;
}
.TagClassName
{
border-color: #326C76;
}
</style>