#347173

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

Shades of Ming #347173

Tints of Ming #347173

Color information

#347173 (or 0x347173) is unknown color: approx Ming. HEX triplet: 34, 71 and 73. RGB value is (52,113,115). Sum of RGB (Red+Green+Blue) = 52+113+115=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #347173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347173 is #CB8E8C. Grayscale: #5E5E5E. Windows color (decimal): -13340301 or 7565620. OLE color: 7565620.

HSL color Cylindrical-coordinate representation of color #347173: hue angle of 181.9º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347173 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB52113115-
CMYK0.550.0200.55
HSL181.9º37.72%32.75%-
HSV(B)181.9º54.78%45.1%-
XYZ10.4213.7818.33-
YUV94.99139.2997.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 113 (44.53% from 255) = 40.36%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=18.57%
G=40.36%
B=41.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521131150.550.0200.55181.937.7232.75
Hex347173372037b62621
Octal641611636720672664641
Binary1101001110001111001111011110011011110110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347173; }

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

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

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

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

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

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

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

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