#347071

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

Shades of Ming #347071

Tints of Ming #347071

Color information

#347071 (or 0x347071) is unknown color: approx Ming. HEX triplet: 34, 70 and 71. RGB value is (52,112,113). Sum of RGB (Red+Green+Blue) = 52+112+113=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #347071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347071 is #CB8F8E. Grayscale: #5E5E5E. Windows color (decimal): -13340559 or 7434292. OLE color: 7434292.

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

Color convert

RGB52112113-
CMYK0.540.0100.56
HSL180.98º36.97%32.35%-
HSV(B)180.98º53.98%44.31%-
XYZ10.1913.5117.69-
YUV94.17138.6297.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=18.77%
G=40.43%
B=40.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521121130.540.0100.56180.9836.9732.35
Hex347071361038b52520
Octal641601616610702654540
Binary110100111000011100011101101011100010110101100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347071; }

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

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

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

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

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

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

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

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