#347079

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

Shades of Ming #347079

Tints of Ming #347079

Color information

#347079 (or 0x347079) is unknown color: approx Ming. HEX triplet: 34, 70 and 79. RGB value is (52,112,121). Sum of RGB (Red+Green+Blue) = 52+112+121=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #347079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347079 is #CB8F86. Grayscale: #5E5E5E. Windows color (decimal): -13340551 or 7958580. OLE color: 7958580.

HSL color Cylindrical-coordinate representation of color #347079: hue angle of 187.83º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347079 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52112121-
CMYK0.570.0700.53
HSL187.83º39.88%33.92%-
HSV(B)187.83º57.02%47.45%-
XYZ10.6613.720.17-
YUV95.09142.6297.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 121 (47.66% from 255) = 42.46%
R=18.25%
G=39.30%
B=42.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521121210.570.0700.53187.8339.8833.92
Hex347079397035bc2822
Octal641601717170652745042
Binary11010011100001111001111001111011010110111100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347079; }

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

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

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

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

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

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

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

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