#346E6B

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

Shades of Genoa #346E6B

Tints of Genoa #346E6B

Color information

#346E6B (or 0x346E6B) is unknown color: approx Genoa. HEX triplet: 34, 6E and 6B. RGB value is (52,110,107). Sum of RGB (Red+Green+Blue) = 52+110+107=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 110 - color contains mainly: green. Hex color #346E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E6B is #CB9194. Grayscale: #5C5C5C. Windows color (decimal): -13341077 or 7040564. OLE color: 7040564.

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

Color convert

RGB52110107-
CMYK0.5300.030.57
HSL176.9º35.8%31.76%-
HSV(B)176.9º52.73%43.14%-
XYZ9.6512.9415.9-
YUV92.32136.2899.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.33%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=19.33%
G=40.89%
B=39.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521101070.5300.030.57176.935.831.76
Hex346E6B350339b12420
Octal641561536503712614440
Binary1101001101110110101111010101111100110110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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