#346B6A

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

Shades of Genoa #346B6A

Tints of Genoa #346B6A

Color information

#346B6A (or 0x346B6A) is unknown color: approx Genoa. HEX triplet: 34, 6B and 6A. RGB value is (52,107,106). Sum of RGB (Red+Green+Blue) = 52+107+106=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #346B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B6A is #CB9495. Grayscale: #5A5A5A. Windows color (decimal): -13341846 or 6974260. OLE color: 6974260.

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

Color convert

RGB52107106-
CMYK0.5100.010.58
HSL178.91º34.59%31.18%-
HSV(B)178.91º51.4%41.96%-
XYZ9.2812.2915.52-
YUV90.44136.78100.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 107 (42.19% from 255) = 40.38%
BLUE value IS 106 (41.80% from 255) = 40%
R=19.62%
G=40.38%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal521071060.5100.010.58178.9134.5931.18
Hex346B6A33013Ab3231f
Octal641531526301722634337
Binary11010011010111101010110011011110101011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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