Shades of Genoa #346F68
Tints of Genoa #346F68
RGB
CMYK
RGB Variations
Color information
#346F68 (or 0x346F68) is known color: Genoa. HEX triplet: 34, 6F and 68. RGB value is (52,111,104). Sum of RGB (Red+Green+Blue) = 52+111+104=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #346F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F68 is #CB9097. Grayscale: #5C5C5C. Windows color (decimal): -13340824 or 6844212. OLE color: 6844212.
HSL color Cylindrical-coordinate representation of color #346F68: hue angle of 172.88º 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 #346F68 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 104 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.56 |
| HSL | 172.88º | 0.36% | 0.32% | - |
| HSV(B) | 172.88º | 0.53% | 0.44% | - |
| XYZ | 9.6 | 13.1 | 15.12 | - |
| YUV | 92.56 | 134.45 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 104 | 0.53 | 0 | 0.06 | 0.56 | 172.88 | 0.36 | 0.32 |
| Hex | 34 | 6F | 68 | 35 | 0 | 6 | 38 | AD | 24 | 20 |
| Octal | 64 | 157 | 150 | 65 | 0 | 6 | 70 | 255 | 44 | 40 |
| Binary | 110100 | 1101111 | 1101000 | 110101 | 0 | 110 | 111000 | 10101101 | 100100 | 100000 |
Color Harmonies of #346F68
Complementary color
Monochromatic Colors of #346F68
Black with #346F68
Text Example
Text Example
White with #346F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F68; }
p { color: rgb(52,111,104); }
H1.HeaderClassName
{
color: #346F68;
}
.AnyTagClassName
{
color: #346F68;
}
</style>
background-color css
<style>
a { background-color: #346F68; }
a { background-color: rgb(52,111,104); }
div.DivClassName
{
background-color: #346F68;
}
.BgClassName
{
background-color: #346F68;
}
</style>
border-color css
<style>
span { border-color: #346F68; }
span { border-color: rgb(52,111,104); }
td.TdClassName
{
border-color: #346F68;
}
.TagClassName
{
border-color: #346F68;
}
</style>