Shades of Atoll #34807F
Tints of Atoll #34807F
RGB
CMYK
RGB Variations
Color information
#34807F (or 0x34807F) is known color: Atoll. HEX triplet: 34, 80 and 7F. RGB value is (52,128,127). Sum of RGB (Red+Green+Blue) = 52+128+127=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #34807F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34807F is #CB7F80. Grayscale: #696969. Windows color (decimal): -13336449 or 8355892. OLE color: 8355892.
HSL color Cylindrical-coordinate representation of color #34807F: hue angle of 179.21º 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 #34807F is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 128 | 127 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.50 |
| HSL | 179.21º | 0.42% | 0.35% | - |
| HSV(B) | 179.21º | 0.59% | 0.5% | - |
| XYZ | 12.97 | 17.7 | 22.81 | - |
| YUV | 105.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 127 | 0.59 | 0 | 0.01 | 0.50 | 179.21 | 0.42 | 0.35 |
| Hex | 34 | 80 | 7F | 3B | 0 | 1 | 32 | B3 | 2A | 23 |
| Octal | 64 | 200 | 177 | 73 | 0 | 1 | 62 | 263 | 52 | 43 |
| Binary | 110100 | 10000000 | 1111111 | 111011 | 0 | 1 | 110010 | 10110011 | 101010 | 100011 |
Color Harmonies of #34807F
Complementary color
Monochromatic Colors of #34807F
Black with #34807F
Text Example
Text Example
White with #34807F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34807F; }
p { color: rgb(52,128,127); }
H1.HeaderClassName
{
color: #34807F;
}
.AnyTagClassName
{
color: #34807F;
}
</style>
background-color css
<style>
a { background-color: #34807F; }
a { background-color: rgb(52,128,127); }
div.DivClassName
{
background-color: #34807F;
}
.BgClassName
{
background-color: #34807F;
}
</style>
border-color css
<style>
span { border-color: #34807F; }
span { border-color: rgb(52,128,127); }
td.TdClassName
{
border-color: #34807F;
}
.TagClassName
{
border-color: #34807F;
}
</style>