#346B66

Color #346B66 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #346B66

Tints of Genoa #346B66

Color information

#346B66 (or 0x346B66) is unknown color: approx Genoa. HEX triplet: 34, 6B and 66. RGB value is (52,107,102). Sum of RGB (Red+Green+Blue) = 52+107+102=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #346B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B66 is #CB9499. Grayscale: #595959. Windows color (decimal): -13341850 or 6712116. OLE color: 6712116.

HSL color Cylindrical-coordinate representation of color #346B66: hue angle of 174.55º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346B66 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB52107102-
CMYK0.5100.050.58
HSL174.55º34.59%31.18%-
HSV(B)174.55º51.4%41.96%-
XYZ9.0712.214.45-
YUV89.98134.78100.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 107 (42.19% from 255) = 41.00%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=19.92%
G=41.00%
B=39.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal521071020.5100.050.58174.5534.5931.18
Hex346B6633053Aaf231f
Octal641531466305722574337
Binary1101001101011110011011001101011110101010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346B66; }

 p { color: rgb(52,107,102); }

 H1.HeaderClassName
 {
   color: #346B66;
 }
 .AnyTagClassName
 {
   color: #346B66;
 }
</style>
background-color css

<style>
 a { background-color: #346B66; }

 a { background-color: rgb(52,107,102); }

 div.DivClassName
 {
   background-color: #346B66;
 }
 .BgClassName
 {
   background-color: #346B66;
 }
</style>
border-color css

<style>
 span { border-color: #346B66; }

 span { border-color: rgb(52,107,102); }

 td.TdClassName
 {
   border-color: #346B66;
 }
 .TagClassName
 {
   border-color: #346B66;
 }
</style>