Shades of Atoll #347C7B
Tints of Atoll #347C7B
RGB
CMYK
RGB Variations
Color information
#347C7B (or 0x347C7B) is known color: Atoll. HEX triplet: 34, 7C and 7B. RGB value is (52,124,123). Sum of RGB (Red+Green+Blue) = 52+124+123=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #347C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C7B is #CB8384. Grayscale: #666666. Windows color (decimal): -13337477 or 8092724. OLE color: 8092724.
HSL color Cylindrical-coordinate representation of color #347C7B: hue angle of 179.17º 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 #347C7B is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 124 | 123 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.51 |
| HSL | 179.17º | 0.41% | 0.35% | - |
| HSV(B) | 179.17º | 0.58% | 0.49% | - |
| XYZ | 12.2 | 16.58 | 21.3 | - |
| YUV | 102.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 123 | 0.58 | 0 | 0.01 | 0.51 | 179.17 | 0.41 | 0.35 |
| Hex | 34 | 7C | 7B | 3A | 0 | 1 | 33 | B3 | 29 | 23 |
| Octal | 64 | 174 | 173 | 72 | 0 | 1 | 63 | 263 | 51 | 43 |
| Binary | 110100 | 1111100 | 1111011 | 111010 | 0 | 1 | 110011 | 10110011 | 101001 | 100011 |
Color Harmonies of #347C7B
Complementary color
Monochromatic Colors of #347C7B
Black with #347C7B
Text Example
Text Example
White with #347C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C7B; }
p { color: rgb(52,124,123); }
H1.HeaderClassName
{
color: #347C7B;
}
.AnyTagClassName
{
color: #347C7B;
}
</style>
background-color css
<style>
a { background-color: #347C7B; }
a { background-color: rgb(52,124,123); }
div.DivClassName
{
background-color: #347C7B;
}
.BgClassName
{
background-color: #347C7B;
}
</style>
border-color css
<style>
span { border-color: #347C7B; }
span { border-color: rgb(52,124,123); }
td.TdClassName
{
border-color: #347C7B;
}
.TagClassName
{
border-color: #347C7B;
}
</style>