Shades of Atoll #34787E
Tints of Atoll #34787E
RGB
CMYK
RGB Variations
Color information
#34787E (or 0x34787E) is known color: Atoll. HEX triplet: 34, 78 and 7E. RGB value is (52,120,126). Sum of RGB (Red+Green+Blue) = 52+120+126=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 126 (49.61% from 255 or 42.28% from 298); Max value from RGB is 126 - color contains mainly: blue. Hex color #34787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34787E is #CB8781. Grayscale: #646464. Windows color (decimal): -13338498 or 8288308. OLE color: 8288308.
HSL color Cylindrical-coordinate representation of color #34787E: hue angle of 184.86º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34787E is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 120 | 126 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.51 |
| HSL | 184.86º | 0.42% | 0.35% | - |
| HSV(B) | 184.86º | 0.59% | 0.49% | - |
| XYZ | 11.9 | 15.67 | 22.14 | - |
| YUV | 100.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 126 | 0.59 | 0.05 | 0 | 0.51 | 184.86 | 0.42 | 0.35 |
| Hex | 34 | 78 | 7E | 3B | 5 | 0 | 33 | B9 | 2A | 23 |
| Octal | 64 | 170 | 176 | 73 | 5 | 0 | 63 | 271 | 52 | 43 |
| Binary | 110100 | 1111000 | 1111110 | 111011 | 101 | 0 | 110011 | 10111001 | 101010 | 100011 |
Color Harmonies of #34787E
Complementary color
Monochromatic Colors of #34787E
Black with #34787E
Text Example
Text Example
White with #34787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34787E; }
p { color: rgb(52,120,126); }
H1.HeaderClassName
{
color: #34787E;
}
.AnyTagClassName
{
color: #34787E;
}
</style>
background-color css
<style>
a { background-color: #34787E; }
a { background-color: rgb(52,120,126); }
div.DivClassName
{
background-color: #34787E;
}
.BgClassName
{
background-color: #34787E;
}
</style>
border-color css
<style>
span { border-color: #34787E; }
span { border-color: rgb(52,120,126); }
td.TdClassName
{
border-color: #34787E;
}
.TagClassName
{
border-color: #34787E;
}
</style>