#346E70

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

Shades of Ming #346E70

Tints of Ming #346E70

Color information

#346E70 (or 0x346E70) is unknown color: approx Ming. HEX triplet: 34, 6E and 70. RGB value is (52,110,112). Sum of RGB (Red+Green+Blue) = 52+110+112=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #346E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E70 is #CB918F. Grayscale: #5C5C5C. Windows color (decimal): -13341072 or 7368244. OLE color: 7368244.

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

Color convert

RGB52110112-
CMYK0.540.0200.56
HSL182º36.59%32.16%-
HSV(B)182º53.57%43.92%-
XYZ9.9213.0517.33-
YUV92.89138.7898.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=18.98%
G=40.15%
B=40.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521101120.540.0200.5618236.5932.16
Hex346E70362038b62520
Octal641561606620702664540
Binary1101001101110111000011011010011100010110110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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