#346C6A

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

Shades of Genoa #346C6A

Tints of Genoa #346C6A

Color information

#346C6A (or 0x346C6A) is unknown color: approx Genoa. HEX triplet: 34, 6C and 6A. RGB value is (52,108,106). Sum of RGB (Red+Green+Blue) = 52+108+106=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #346C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C6A is #CB9395. Grayscale: #5A5A5A. Windows color (decimal): -13341590 or 6974516. OLE color: 6974516.

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

Color convert

RGB52108106-
CMYK0.5200.020.58
HSL177.86º35%31.37%-
HSV(B)177.86º51.85%42.35%-
XYZ9.3812.515.55-
YUV91.03136.45100.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=19.55%
G=40.60%
B=39.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal521081060.5200.020.58177.863531.37
Hex346C6A34023Ab2231f
Octal641541526402722624337
Binary110100110110011010101101000101110101011001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,106); }

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

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

 a { background-color: rgb(52,108,106); }

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

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

 span { border-color: rgb(52,108,106); }

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