#346C71

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

Shades of Ming #346C71

Tints of Ming #346C71

Color information

#346C71 (or 0x346C71) is unknown color: approx Ming. HEX triplet: 34, 6C and 71. RGB value is (52,108,113). Sum of RGB (Red+Green+Blue) = 52+108+113=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #346C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C71 is #CB938E. Grayscale: #5B5B5B. Windows color (decimal): -13341583 or 7433268. OLE color: 7433268.

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

Color convert

RGB52108113-
CMYK0.540.0400.56
HSL184.92º36.97%32.35%-
HSV(B)184.92º53.98%44.31%-
XYZ9.7612.6517.55-
YUV91.83139.9599.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 108 (42.58% from 255) = 39.56%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=19.05%
G=39.56%
B=41.39%

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
Decimal521081130.540.0400.56184.9236.9732.35
Hex346C71364038b92520
Octal641541616640702714540
Binary11010011011001110001110110100011100010111001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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