#346D6B

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

Shades of Genoa #346D6B

Tints of Genoa #346D6B

Color information

#346D6B (or 0x346D6B) is unknown color: approx Genoa. HEX triplet: 34, 6D and 6B. RGB value is (52,109,107). Sum of RGB (Red+Green+Blue) = 52+109+107=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #346D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D6B is #CB9294. Grayscale: #5B5B5B. Windows color (decimal): -13341333 or 7040308. OLE color: 7040308.

HSL color Cylindrical-coordinate representation of color #346D6B: hue angle of 177.89º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D6B is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB52109107-
CMYK0.5200.020.57
HSL177.89º35.4%31.57%-
HSV(B)177.89º52.29%42.75%-
XYZ9.5412.7315.86-
YUV91.73136.6299.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.40%
GREEN value IS 109 (42.97% from 255) = 40.67%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=19.40%
G=40.67%
B=39.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521091070.5200.020.57177.8935.431.57
Hex346D6B340239b22320
Octal641551536402712624340
Binary1101001101101110101111010001011100110110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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