Shades of Atoll #34737A
Tints of Atoll #34737A
RGB
CMYK
RGB Variations
Color information
#34737A (or 0x34737A) is known color: Atoll. HEX triplet: 34, 73 and 7A. RGB value is (52,115,122). Sum of RGB (Red+Green+Blue) = 52+115+122=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 122 (48.05% from 255 or 42.21% from 289); Max value from RGB is 122 - color contains mainly: blue. Hex color #34737A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34737A is #CB8C85. Grayscale: #606060. Windows color (decimal): -13339782 or 8024884. OLE color: 8024884.
HSL color Cylindrical-coordinate representation of color #34737A: hue angle of 186º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34737A is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 115 | 122 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.52 |
| HSL | 186º | 0.4% | 0.34% | - |
| HSV(B) | 186º | 0.57% | 0.48% | - |
| XYZ | 11.06 | 14.4 | 20.61 | - |
| YUV | 96.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 115 | 122 | 0.57 | 0.06 | 0 | 0.52 | 186 | 0.4 | 0.34 |
| Hex | 34 | 73 | 7A | 39 | 6 | 0 | 34 | BA | 28 | 22 |
| Octal | 64 | 163 | 172 | 71 | 6 | 0 | 64 | 272 | 50 | 42 |
| Binary | 110100 | 1110011 | 1111010 | 111001 | 110 | 0 | 110100 | 10111010 | 101000 | 100010 |
Color Harmonies of #34737A
Complementary color
Monochromatic Colors of #34737A
Black with #34737A
Text Example
Text Example
White with #34737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34737A; }
p { color: rgb(52,115,122); }
H1.HeaderClassName
{
color: #34737A;
}
.AnyTagClassName
{
color: #34737A;
}
</style>
background-color css
<style>
a { background-color: #34737A; }
a { background-color: rgb(52,115,122); }
div.DivClassName
{
background-color: #34737A;
}
.BgClassName
{
background-color: #34737A;
}
</style>
border-color css
<style>
span { border-color: #34737A; }
span { border-color: rgb(52,115,122); }
td.TdClassName
{
border-color: #34737A;
}
.TagClassName
{
border-color: #34737A;
}
</style>