Shades of Atoll #326E7A
Tints of Atoll #326E7A
RGB
CMYK
RGB Variations
Color information
#326E7A (or 0x326E7A) is known color: Atoll. HEX triplet: 32, 6E and 7A. RGB value is (50,110,122). Sum of RGB (Red+Green+Blue) = 50+110+122=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #326E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E7A is #CD9185. Grayscale: #5D5D5D. Windows color (decimal): -13472134 or 8023602. OLE color: 8023602.
HSL color Cylindrical-coordinate representation of color #326E7A: hue angle of 190º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326E7A is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 110 | 122 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.52 |
| HSL | 190º | 0.42% | 0.34% | - |
| HSV(B) | 190º | 0.59% | 0.48% | - |
| XYZ | 10.4 | 13.24 | 20.42 | - |
| YUV | 93.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 122 | 0.59 | 0.10 | 0 | 0.52 | 190 | 0.42 | 0.34 |
| Hex | 32 | 6E | 7A | 3B | A | 0 | 34 | BE | 2A | 22 |
| Octal | 62 | 156 | 172 | 73 | 12 | 0 | 64 | 276 | 52 | 42 |
| Binary | 110010 | 1101110 | 1111010 | 111011 | 1010 | 0 | 110100 | 10111110 | 101010 | 100010 |
Color Harmonies of #326E7A
Complementary color
Monochromatic Colors of #326E7A
Black with #326E7A
Text Example
Text Example
White with #326E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E7A; }
p { color: rgb(50,110,122); }
H1.HeaderClassName
{
color: #326E7A;
}
.AnyTagClassName
{
color: #326E7A;
}
</style>
background-color css
<style>
a { background-color: #326E7A; }
a { background-color: rgb(50,110,122); }
div.DivClassName
{
background-color: #326E7A;
}
.BgClassName
{
background-color: #326E7A;
}
</style>
border-color css
<style>
span { border-color: #326E7A; }
span { border-color: rgb(50,110,122); }
td.TdClassName
{
border-color: #326E7A;
}
.TagClassName
{
border-color: #326E7A;
}
</style>