Shades of Atoll #347A80
Tints of Atoll #347A80
RGB
CMYK
RGB Variations
Color information
#347A80 (or 0x347A80) is known color: Atoll. HEX triplet: 34, 7A and 80. RGB value is (52,122,128). Sum of RGB (Red+Green+Blue) = 52+122+128=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 128 (50.39% from 255 or 42.38% from 302); Max value from RGB is 128 - color contains mainly: blue. Hex color #347A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347A80 is #CB857F. Grayscale: #656565. Windows color (decimal): -13337984 or 8419892. OLE color: 8419892.
HSL color Cylindrical-coordinate representation of color #347A80: hue angle of 184.74º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347A80 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 122 | 128 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.50 |
| HSL | 184.74º | 0.42% | 0.35% | - |
| HSV(B) | 184.74º | 0.59% | 0.5% | - |
| XYZ | 12.27 | 16.21 | 22.9 | - |
| YUV | 101.75 | 142.81 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 122 | 128 | 0.59 | 0.05 | 0 | 0.50 | 184.74 | 0.42 | 0.35 |
| Hex | 34 | 7A | 80 | 3B | 5 | 0 | 32 | B9 | 2A | 23 |
| Octal | 64 | 172 | 200 | 73 | 5 | 0 | 62 | 271 | 52 | 43 |
| Binary | 110100 | 1111010 | 10000000 | 111011 | 101 | 0 | 110010 | 10111001 | 101010 | 100011 |
Color Harmonies of #347A80
Complementary color
Monochromatic Colors of #347A80
Black with #347A80
Text Example
Text Example
White with #347A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347A80; }
p { color: rgb(52,122,128); }
H1.HeaderClassName
{
color: #347A80;
}
.AnyTagClassName
{
color: #347A80;
}
</style>
background-color css
<style>
a { background-color: #347A80; }
a { background-color: rgb(52,122,128); }
div.DivClassName
{
background-color: #347A80;
}
.BgClassName
{
background-color: #347A80;
}
</style>
border-color css
<style>
span { border-color: #347A80; }
span { border-color: rgb(52,122,128); }
td.TdClassName
{
border-color: #347A80;
}
.TagClassName
{
border-color: #347A80;
}
</style>