Shades of Atoll #34757C
Tints of Atoll #34757C
RGB
CMYK
RGB Variations
Color information
#34757C (or 0x34757C) is known color: Atoll. HEX triplet: 34, 75 and 7C. RGB value is (52,117,124). Sum of RGB (Red+Green+Blue) = 52+117+124=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #34757C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34757C is #CB8A83. Grayscale: #626262. Windows color (decimal): -13339268 or 8156468. OLE color: 8156468.
HSL color Cylindrical-coordinate representation of color #34757C: hue angle of 185.83º 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 #34757C is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 117 | 124 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.51 |
| HSL | 185.83º | 0.41% | 0.35% | - |
| HSV(B) | 185.83º | 0.58% | 0.49% | - |
| XYZ | 11.42 | 14.91 | 21.34 | - |
| YUV | 98.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 117 | 124 | 0.58 | 0.06 | 0 | 0.51 | 185.83 | 0.41 | 0.35 |
| Hex | 34 | 75 | 7C | 3A | 6 | 0 | 33 | BA | 29 | 23 |
| Octal | 64 | 165 | 174 | 72 | 6 | 0 | 63 | 272 | 51 | 43 |
| Binary | 110100 | 1110101 | 1111100 | 111010 | 110 | 0 | 110011 | 10111010 | 101001 | 100011 |
Color Harmonies of #34757C
Complementary color
Monochromatic Colors of #34757C
Black with #34757C
Text Example
Text Example
White with #34757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34757C; }
p { color: rgb(52,117,124); }
H1.HeaderClassName
{
color: #34757C;
}
.AnyTagClassName
{
color: #34757C;
}
</style>
background-color css
<style>
a { background-color: #34757C; }
a { background-color: rgb(52,117,124); }
div.DivClassName
{
background-color: #34757C;
}
.BgClassName
{
background-color: #34757C;
}
</style>
border-color css
<style>
span { border-color: #34757C; }
span { border-color: rgb(52,117,124); }
td.TdClassName
{
border-color: #34757C;
}
.TagClassName
{
border-color: #34757C;
}
</style>