Shades of Genoa #346F6D
Tints of Genoa #346F6D
RGB
CMYK
RGB Variations
Color information
#346F6D (or 0x346F6D) is known color: Genoa. HEX triplet: 34, 6F and 6D. RGB value is (52,111,109). Sum of RGB (Red+Green+Blue) = 52+111+109=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #346F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F6D is #CB9092. Grayscale: #5D5D5D. Windows color (decimal): -13340819 or 7171892. OLE color: 7171892.
HSL color Cylindrical-coordinate representation of color #346F6D: hue angle of 177.97º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F6D is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 109 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.56 |
| HSL | 177.97º | 0.36% | 0.32% | - |
| HSV(B) | 177.97º | 0.53% | 0.44% | - |
| XYZ | 9.86 | 13.2 | 16.5 | - |
| YUV | 93.13 | 136.95 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 109 | 0.53 | 0 | 0.02 | 0.56 | 177.97 | 0.36 | 0.32 |
| Hex | 34 | 6F | 6D | 35 | 0 | 2 | 38 | B2 | 24 | 20 |
| Octal | 64 | 157 | 155 | 65 | 0 | 2 | 70 | 262 | 44 | 40 |
| Binary | 110100 | 1101111 | 1101101 | 110101 | 0 | 10 | 111000 | 10110010 | 100100 | 100000 |
Color Harmonies of #346F6D
Complementary color
Monochromatic Colors of #346F6D
Black with #346F6D
Text Example
Text Example
White with #346F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F6D; }
p { color: rgb(52,111,109); }
H1.HeaderClassName
{
color: #346F6D;
}
.AnyTagClassName
{
color: #346F6D;
}
</style>
background-color css
<style>
a { background-color: #346F6D; }
a { background-color: rgb(52,111,109); }
div.DivClassName
{
background-color: #346F6D;
}
.BgClassName
{
background-color: #346F6D;
}
</style>
border-color css
<style>
span { border-color: #346F6D; }
span { border-color: rgb(52,111,109); }
td.TdClassName
{
border-color: #346F6D;
}
.TagClassName
{
border-color: #346F6D;
}
</style>