#346B63

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

Shades of Genoa #346B63

Tints of Genoa #346B63

Color information

#346B63 (or 0x346B63) is unknown color: approx Genoa. HEX triplet: 34, 6B and 63. RGB value is (52,107,99). Sum of RGB (Red+Green+Blue) = 52+107+99=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 107 - color contains mainly: green. Hex color #346B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B63 is #CB949C. Grayscale: #595959. Windows color (decimal): -13341853 or 6515508. OLE color: 6515508.

HSL color Cylindrical-coordinate representation of color #346B63: hue angle of 171.27º 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 #346B63 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB5210799-
CMYK0.5100.070.58
HSL171.27º34.59%31.18%-
HSV(B)171.27º51.4%41.96%-
XYZ8.9312.1513.68-
YUV89.64133.28101.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.16%
GREEN value IS 107 (42.19% from 255) = 41.47%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=20.16%
G=41.47%
B=38.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52107990.5100.070.58171.2734.5931.18
Hex346B6333073Aab231f
Octal641531436307722534337
Binary1101001101011110001111001101111110101010101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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