#346F68

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

Shades of Genoa #346F68

Tints of Genoa #346F68

Color information

#346F68 (or 0x346F68) is unknown color: approx 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

RGB52111104-
CMYK0.5300.060.56
HSL172.88º36.2%31.96%-
HSV(B)172.88º53.15%43.53%-
XYZ9.613.115.12-
YUV92.56134.4599.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 111 (43.75% from 255) = 41.57%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=19.48%
G=41.57%
B=38.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521111040.5300.060.56172.8836.231.96
Hex346F68350638ad2420
Octal641571506506702554440
Binary11010011011111101000110101011011100010101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>