#346D71

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

Shades of Ming #346D71

Tints of Ming #346D71

Color information

#346D71 (or 0x346D71) is unknown color: approx Ming. HEX triplet: 34, 6D and 71. RGB value is (52,109,113). Sum of RGB (Red+Green+Blue) = 52+109+113=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #346D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D71 is #CB928E. Grayscale: #5C5C5C. Windows color (decimal): -13341327 or 7433524. OLE color: 7433524.

HSL color Cylindrical-coordinate representation of color #346D71: hue angle of 183.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346D71 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB52109113-
CMYK0.540.0400.56
HSL183.93º36.97%32.35%-
HSV(B)183.93º53.98%44.31%-
XYZ9.8712.8617.58-
YUV92.41139.6299.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=18.98%
G=39.78%
B=41.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521091130.540.0400.56183.9336.9732.35
Hex346D71364038b82520
Octal641551616640702704540
Binary11010011011011110001110110100011100010111000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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