#346E71

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

Shades of Ming #346E71

Tints of Ming #346E71

Color information

#346E71 (or 0x346E71) is unknown color: approx Ming. HEX triplet: 34, 6E and 71. RGB value is (52,110,113). Sum of RGB (Red+Green+Blue) = 52+110+113=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #346E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E71 is #CB918E. Grayscale: #5C5C5C. Windows color (decimal): -13341071 or 7433780. OLE color: 7433780.

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

Color convert

RGB52110113-
CMYK0.540.0300.56
HSL182.95º36.97%32.35%-
HSV(B)182.95º53.98%44.31%-
XYZ9.9713.0717.62-
YUV93139.2898.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=18.91%
G=40%
B=41.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521101130.540.0300.56182.9536.9732.35
Hex346E71363038b72520
Octal641561616630702674540
Binary1101001101110111000111011011011100010110111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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