Shades of Genoa #346C69
Tints of Genoa #346C69
RGB
CMYK
RGB Variations
Color information
#346C69 (or 0x346C69) is known color: Genoa. HEX triplet: 34, 6C and 69. RGB value is (52,108,105). Sum of RGB (Red+Green+Blue) = 52+108+105=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #346C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C69 is #CB9396. Grayscale: #5A5A5A. Windows color (decimal): -13341591 or 6908980. OLE color: 6908980.
HSL color Cylindrical-coordinate representation of color #346C69: hue angle of 176.79º 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 #346C69 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 108 | 105 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.58 |
| HSL | 176.79º | 0.35% | 0.31% | - |
| HSV(B) | 176.79º | 0.52% | 0.42% | - |
| XYZ | 9.33 | 12.48 | 15.28 | - |
| YUV | 90.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 108 | 105 | 0.52 | 0 | 0.03 | 0.58 | 176.79 | 0.35 | 0.31 |
| Hex | 34 | 6C | 69 | 34 | 0 | 3 | 3A | B1 | 23 | 1F |
| Octal | 64 | 154 | 151 | 64 | 0 | 3 | 72 | 261 | 43 | 37 |
| Binary | 110100 | 1101100 | 1101001 | 110100 | 0 | 11 | 111010 | 10110001 | 100011 | 11111 |
Color Harmonies of #346C69
Complementary color
Monochromatic Colors of #346C69
Black with #346C69
Text Example
Text Example
White with #346C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346C69; }
p { color: rgb(52,108,105); }
H1.HeaderClassName
{
color: #346C69;
}
.AnyTagClassName
{
color: #346C69;
}
</style>
background-color css
<style>
a { background-color: #346C69; }
a { background-color: rgb(52,108,105); }
div.DivClassName
{
background-color: #346C69;
}
.BgClassName
{
background-color: #346C69;
}
</style>
border-color css
<style>
span { border-color: #346C69; }
span { border-color: rgb(52,108,105); }
td.TdClassName
{
border-color: #346C69;
}
.TagClassName
{
border-color: #346C69;
}
</style>