Shades of Atoll #327A82
Tints of Atoll #327A82
RGB
CMYK
RGB Variations
Color information
#327A82 (or 0x327A82) is known color: Atoll. HEX triplet: 32, 7A and 82. RGB value is (50,122,130). Sum of RGB (Red+Green+Blue) = 50+122+130=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #327A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A82 is #CD857D. Grayscale: #656565. Windows color (decimal): -13469054 or 8550962. OLE color: 8550962.
HSL color Cylindrical-coordinate representation of color #327A82: hue angle of 186º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327A82 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 50 | 122 | 130 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.49 |
| HSL | 186º | 0.44% | 0.35% | - |
| HSV(B) | 186º | 0.62% | 0.51% | - |
| XYZ | 12.3 | 16.21 | 23.6 | - |
| YUV | 101.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 130 | 0.62 | 0.06 | 0 | 0.49 | 186 | 0.44 | 0.35 |
| Hex | 32 | 7A | 82 | 3E | 6 | 0 | 31 | BA | 2C | 23 |
| Octal | 62 | 172 | 202 | 76 | 6 | 0 | 61 | 272 | 54 | 43 |
| Binary | 110010 | 1111010 | 10000010 | 111110 | 110 | 0 | 110001 | 10111010 | 101100 | 100011 |
Color Harmonies of #327A82
Complementary color
Monochromatic Colors of #327A82
Black with #327A82
Text Example
Text Example
White with #327A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A82; }
p { color: rgb(50,122,130); }
H1.HeaderClassName
{
color: #327A82;
}
.AnyTagClassName
{
color: #327A82;
}
</style>
background-color css
<style>
a { background-color: #327A82; }
a { background-color: rgb(50,122,130); }
div.DivClassName
{
background-color: #327A82;
}
.BgClassName
{
background-color: #327A82;
}
</style>
border-color css
<style>
span { border-color: #327A82; }
span { border-color: rgb(50,122,130); }
td.TdClassName
{
border-color: #327A82;
}
.TagClassName
{
border-color: #327A82;
}
</style>