#346F6D

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

Shades of Genoa #346F6D

Tints of Genoa #346F6D

Color information

#346F6D (or 0x346F6D) is unknown color: approx Genoa. HEX triplet: 34, 6F and 6D. RGB value is (52,111,109). Sum of RGB (Red+Green+Blue) = 52+111+109=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #346F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F6D is #CB9092. Grayscale: #5D5D5D. Windows color (decimal): -13340819 or 7171892. OLE color: 7171892.

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

Color convert

RGB52111109-
CMYK0.5300.020.56
HSL177.97º36.2%31.96%-
HSV(B)177.97º53.15%43.53%-
XYZ9.8613.216.5-
YUV93.13136.9598.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=19.12%
G=40.81%
B=40.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521111090.5300.020.56177.9736.231.96
Hex346F6D350238b22420
Octal641571556502702624440
Binary1101001101111110110111010101011100010110010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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