Shades of Genoa #346C68
Tints of Genoa #346C68
RGB
CMYK
RGB Variations
Color information
#346C68 (or 0x346C68) is known color: Genoa. HEX triplet: 34, 6C and 68. RGB value is (52,108,104). Sum of RGB (Red+Green+Blue) = 52+108+104=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #346C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C68 is #CB9397. Grayscale: #5A5A5A. Windows color (decimal): -13341592 or 6843444. OLE color: 6843444.
HSL color Cylindrical-coordinate representation of color #346C68: hue angle of 175.71º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C68 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 104 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.58 |
| HSL | 175.71º | 0.35% | 0.31% | - |
| HSV(B) | 175.71º | 0.52% | 0.42% | - |
| XYZ | 9.28 | 12.45 | 15.01 | - |
| YUV | 90.8 | 135.45 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 104 | 0.52 | 0 | 0.04 | 0.58 | 175.71 | 0.35 | 0.31 |
| Hex | 34 | 6C | 68 | 34 | 0 | 4 | 3A | B0 | 23 | 1F |
| Octal | 64 | 154 | 150 | 64 | 0 | 4 | 72 | 260 | 43 | 37 |
| Binary | 110100 | 1101100 | 1101000 | 110100 | 0 | 100 | 111010 | 10110000 | 100011 | 11111 |
Color Harmonies of #346C68
Complementary color
Monochromatic Colors of #346C68
Black with #346C68
Text Example
Text Example
White with #346C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C68; }
p { color: rgb(52,108,104); }
H1.HeaderClassName
{
color: #346C68;
}
.AnyTagClassName
{
color: #346C68;
}
</style>
background-color css
<style>
a { background-color: #346C68; }
a { background-color: rgb(52,108,104); }
div.DivClassName
{
background-color: #346C68;
}
.BgClassName
{
background-color: #346C68;
}
</style>
border-color css
<style>
span { border-color: #346C68; }
span { border-color: rgb(52,108,104); }
td.TdClassName
{
border-color: #346C68;
}
.TagClassName
{
border-color: #346C68;
}
</style>