#346E6E

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

Shades of Ming #346E6E

Tints of Ming #346E6E

Color information

#346E6E (or 0x346E6E) is unknown color: approx Ming. HEX triplet: 34, 6E and 6E. RGB value is (52,110,110). Sum of RGB (Red+Green+Blue) = 52+110+110=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: green, blue. Hex color #346E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E6E is #CB9191. Grayscale: #5C5C5C. Windows color (decimal): -13341074 or 7237172. OLE color: 7237172.

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

Color convert

RGB52110110-
CMYK0.53000.57
HSL180º35.8%31.76%-
HSV(B)180º52.73%43.14%-
XYZ9.8113.0116.75-
YUV92.66137.7899-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=19.12%
G=40.44%
B=40.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal521101100.53000.5718035.831.76
Hex346E6E350039b42420
Octal641561566500712644440
Binary110100110111011011101101010011100110110100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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