Shades of Atoll #34787C
Tints of Atoll #34787C
RGB
CMYK
RGB Variations
Color information
#34787C (or 0x34787C) is known color: Atoll. HEX triplet: 34, 78 and 7C. RGB value is (52,120,124). Sum of RGB (Red+Green+Blue) = 52+120+124=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #34787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34787C is #CB8783. Grayscale: #646464. Windows color (decimal): -13338500 or 8157236. OLE color: 8157236.
HSL color Cylindrical-coordinate representation of color #34787C: hue angle of 183.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34787C is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 120 | 124 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.51 |
| HSL | 183.33º | 0.41% | 0.35% | - |
| HSV(B) | 183.33º | 0.58% | 0.49% | - |
| XYZ | 11.77 | 15.62 | 21.46 | - |
| YUV | 100.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 120 | 124 | 0.58 | 0.03 | 0 | 0.51 | 183.33 | 0.41 | 0.35 |
| Hex | 34 | 78 | 7C | 3A | 3 | 0 | 33 | B7 | 29 | 23 |
| Octal | 64 | 170 | 174 | 72 | 3 | 0 | 63 | 267 | 51 | 43 |
| Binary | 110100 | 1111000 | 1111100 | 111010 | 11 | 0 | 110011 | 10110111 | 101001 | 100011 |
Color Harmonies of #34787C
Complementary color
Monochromatic Colors of #34787C
Black with #34787C
Text Example
Text Example
White with #34787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34787C; }
p { color: rgb(52,120,124); }
H1.HeaderClassName
{
color: #34787C;
}
.AnyTagClassName
{
color: #34787C;
}
</style>
background-color css
<style>
a { background-color: #34787C; }
a { background-color: rgb(52,120,124); }
div.DivClassName
{
background-color: #34787C;
}
.BgClassName
{
background-color: #34787C;
}
</style>
border-color css
<style>
span { border-color: #34787C; }
span { border-color: rgb(52,120,124); }
td.TdClassName
{
border-color: #34787C;
}
.TagClassName
{
border-color: #34787C;
}
</style>