Shades of Genoa #347B6C
Tints of Genoa #347B6C
RGB
CMYK
RGB Variations
Color information
#347B6C (or 0x347B6C) is known color: Genoa. HEX triplet: 34, 7B and 6C. RGB value is (52,123,108). Sum of RGB (Red+Green+Blue) = 52+123+108=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #347B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347B6C is #CB8493. Grayscale: #646464. Windows color (decimal): -13337748 or 7109428. OLE color: 7109428.
HSL color Cylindrical-coordinate representation of color #347B6C: hue angle of 167.32º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B6C is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 108 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.52 |
| HSL | 167.32º | 0.41% | 0.34% | - |
| HSV(B) | 167.32º | 0.58% | 0.48% | - |
| XYZ | 11.21 | 15.98 | 16.68 | - |
| YUV | 100.06 | 132.48 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 108 | 0.58 | 0 | 0.12 | 0.52 | 167.32 | 0.41 | 0.34 |
| Hex | 34 | 7B | 6C | 3A | 0 | C | 34 | A7 | 29 | 22 |
| Octal | 64 | 173 | 154 | 72 | 0 | 14 | 64 | 247 | 51 | 42 |
| Binary | 110100 | 1111011 | 1101100 | 111010 | 0 | 1100 | 110100 | 10100111 | 101001 | 100010 |
Color Harmonies of #347B6C
Complementary color
Monochromatic Colors of #347B6C
Black with #347B6C
Text Example
Text Example
White with #347B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B6C; }
p { color: rgb(52,123,108); }
H1.HeaderClassName
{
color: #347B6C;
}
.AnyTagClassName
{
color: #347B6C;
}
</style>
background-color css
<style>
a { background-color: #347B6C; }
a { background-color: rgb(52,123,108); }
div.DivClassName
{
background-color: #347B6C;
}
.BgClassName
{
background-color: #347B6C;
}
</style>
border-color css
<style>
span { border-color: #347B6C; }
span { border-color: rgb(52,123,108); }
td.TdClassName
{
border-color: #347B6C;
}
.TagClassName
{
border-color: #347B6C;
}
</style>