Shades of Atoll #347F7D
Tints of Atoll #347F7D
RGB
CMYK
RGB Variations
Color information
#347F7D (or 0x347F7D) is known color: Atoll. HEX triplet: 34, 7F and 7D. RGB value is (52,127,125). Sum of RGB (Red+Green+Blue) = 52+127+125=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #347F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F7D is #CB8082. Grayscale: #686868. Windows color (decimal): -13336707 or 8224564. OLE color: 8224564.
HSL color Cylindrical-coordinate representation of color #347F7D: hue angle of 178.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F7D is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 52 | 127 | 125 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.50 |
| HSL | 178.4º | 0.42% | 0.35% | - |
| HSV(B) | 178.4º | 0.59% | 0.5% | - |
| XYZ | 12.71 | 17.39 | 22.09 | - |
| YUV | 104.35 | 139.65 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 125 | 0.59 | 0 | 0.02 | 0.50 | 178.4 | 0.42 | 0.35 |
| Hex | 34 | 7F | 7D | 3B | 0 | 2 | 32 | B2 | 2A | 23 |
| Octal | 64 | 177 | 175 | 73 | 0 | 2 | 62 | 262 | 52 | 43 |
| Binary | 110100 | 1111111 | 1111101 | 111011 | 0 | 10 | 110010 | 10110010 | 101010 | 100011 |
Color Harmonies of #347F7D
Complementary color
Monochromatic Colors of #347F7D
Black with #347F7D
Text Example
Text Example
White with #347F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F7D; }
p { color: rgb(52,127,125); }
H1.HeaderClassName
{
color: #347F7D;
}
.AnyTagClassName
{
color: #347F7D;
}
</style>
background-color css
<style>
a { background-color: #347F7D; }
a { background-color: rgb(52,127,125); }
div.DivClassName
{
background-color: #347F7D;
}
.BgClassName
{
background-color: #347F7D;
}
</style>
border-color css
<style>
span { border-color: #347F7D; }
span { border-color: rgb(52,127,125); }
td.TdClassName
{
border-color: #347F7D;
}
.TagClassName
{
border-color: #347F7D;
}
</style>