Shades of Atoll #327D7E
Tints of Atoll #327D7E
RGB
CMYK
RGB Variations
Color information
#327D7E (or 0x327D7E) is known color: Atoll. HEX triplet: 32, 7D and 7E. RGB value is (50,125,126). Sum of RGB (Red+Green+Blue) = 50+125+126=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #327D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327D7E is #CD8281. Grayscale: #666666. Windows color (decimal): -13468290 or 8289586. OLE color: 8289586.
HSL color Cylindrical-coordinate representation of color #327D7E: hue angle of 180.79º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327D7E is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 125 | 126 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.51 |
| HSL | 180.79º | 0.43% | 0.35% | - |
| HSV(B) | 180.79º | 0.6% | 0.49% | - |
| XYZ | 12.41 | 16.85 | 22.34 | - |
| YUV | 102.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 126 | 0.60 | 0.01 | 0 | 0.51 | 180.79 | 0.43 | 0.35 |
| Hex | 32 | 7D | 7E | 3C | 1 | 0 | 33 | B5 | 2B | 23 |
| Octal | 62 | 175 | 176 | 74 | 1 | 0 | 63 | 265 | 53 | 43 |
| Binary | 110010 | 1111101 | 1111110 | 111100 | 1 | 0 | 110011 | 10110101 | 101011 | 100011 |
Color Harmonies of #327D7E
Complementary color
Monochromatic Colors of #327D7E
Black with #327D7E
Text Example
Text Example
White with #327D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327D7E; }
p { color: rgb(50,125,126); }
H1.HeaderClassName
{
color: #327D7E;
}
.AnyTagClassName
{
color: #327D7E;
}
</style>
background-color css
<style>
a { background-color: #327D7E; }
a { background-color: rgb(50,125,126); }
div.DivClassName
{
background-color: #327D7E;
}
.BgClassName
{
background-color: #327D7E;
}
</style>
border-color css
<style>
span { border-color: #327D7E; }
span { border-color: rgb(50,125,126); }
td.TdClassName
{
border-color: #327D7E;
}
.TagClassName
{
border-color: #327D7E;
}
</style>