Shades of Atoll #327E84
Tints of Atoll #327E84
RGB
CMYK
RGB Variations
Color information
#327E84 (or 0x327E84) is known color: Atoll. HEX triplet: 32, 7E and 84. RGB value is (50,126,132). Sum of RGB (Red+Green+Blue) = 50+126+132=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #327E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E84 is #CD817B. Grayscale: #676767. Windows color (decimal): -13468028 or 8683058. OLE color: 8683058.
HSL color Cylindrical-coordinate representation of color #327E84: hue angle of 184.39º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327E84 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 126 | 132 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.48 |
| HSL | 184.39º | 0.45% | 0.36% | - |
| HSV(B) | 184.39º | 0.62% | 0.52% | - |
| XYZ | 12.94 | 17.27 | 24.48 | - |
| YUV | 103.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 132 | 0.62 | 0.05 | 0 | 0.48 | 184.39 | 0.45 | 0.36 |
| Hex | 32 | 7E | 84 | 3E | 5 | 0 | 30 | B8 | 2D | 24 |
| Octal | 62 | 176 | 204 | 76 | 5 | 0 | 60 | 270 | 55 | 44 |
| Binary | 110010 | 1111110 | 10000100 | 111110 | 101 | 0 | 110000 | 10111000 | 101101 | 100100 |
Color Harmonies of #327E84
Complementary color
Monochromatic Colors of #327E84
Black with #327E84
Text Example
Text Example
White with #327E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327E84; }
p { color: rgb(50,126,132); }
H1.HeaderClassName
{
color: #327E84;
}
.AnyTagClassName
{
color: #327E84;
}
</style>
background-color css
<style>
a { background-color: #327E84; }
a { background-color: rgb(50,126,132); }
div.DivClassName
{
background-color: #327E84;
}
.BgClassName
{
background-color: #327E84;
}
</style>
border-color css
<style>
span { border-color: #327E84; }
span { border-color: rgb(50,126,132); }
td.TdClassName
{
border-color: #327E84;
}
.TagClassName
{
border-color: #327E84;
}
</style>