Shades of Atoll #327E86
Tints of Atoll #327E86
RGB
CMYK
RGB Variations
Color information
#327E86 (or 0x327E86) is known color: Atoll. HEX triplet: 32, 7E and 86. RGB value is (50,126,134). Sum of RGB (Red+Green+Blue) = 50+126+134=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 134 - color contains mainly: blue. Hex color #327E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E86 is #CD8179. Grayscale: #686868. Windows color (decimal): -13468026 or 8814130. OLE color: 8814130.
HSL color Cylindrical-coordinate representation of color #327E86: hue angle of 185.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327E86 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 126 | 134 | - |
| CMYK | 0.63 | 0.06 | 0 | 0.47 |
| HSL | 185.71º | 0.46% | 0.36% | - |
| HSV(B) | 185.71º | 0.63% | 0.53% | - |
| XYZ | 13.08 | 17.32 | 25.21 | - |
| YUV | 104.19 | 144.82 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 134 | 0.63 | 0.06 | 0 | 0.47 | 185.71 | 0.46 | 0.36 |
| Hex | 32 | 7E | 86 | 3F | 6 | 0 | 2F | BA | 2E | 24 |
| Octal | 62 | 176 | 206 | 77 | 6 | 0 | 57 | 272 | 56 | 44 |
| Binary | 110010 | 1111110 | 10000110 | 111111 | 110 | 0 | 101111 | 10111010 | 101110 | 100100 |
Color Harmonies of #327E86
Complementary color
Monochromatic Colors of #327E86
Black with #327E86
Text Example
Text Example
White with #327E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E86; }
p { color: rgb(50,126,134); }
H1.HeaderClassName
{
color: #327E86;
}
.AnyTagClassName
{
color: #327E86;
}
</style>
background-color css
<style>
a { background-color: #327E86; }
a { background-color: rgb(50,126,134); }
div.DivClassName
{
background-color: #327E86;
}
.BgClassName
{
background-color: #327E86;
}
</style>
border-color css
<style>
span { border-color: #327E86; }
span { border-color: rgb(50,126,134); }
td.TdClassName
{
border-color: #327E86;
}
.TagClassName
{
border-color: #327E86;
}
</style>