#397176

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

Shades of Ming #397176

Tints of Ming #397176

Color information

#397176 (or 0x397176) is unknown color: approx Ming. HEX triplet: 39, 71 and 76. RGB value is (57,113,118). Sum of RGB (Red+Green+Blue) = 57+113+118=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #397176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397176 is #C68E89. Grayscale: #606060. Windows color (decimal): -13012618 or 7762233. OLE color: 7762233.

HSL color Cylindrical-coordinate representation of color #397176: hue angle of 184.92º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397176 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB57113118-
CMYK0.520.0400.54
HSL184.92º34.86%34.31%-
HSV(B)184.92º51.69%46.27%-
XYZ10.8613.9919.27-
YUV96.83139.9599.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=19.79%
G=39.24%
B=40.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal571131180.520.0400.54184.9234.8634.31
Hex397176344036b92322
Octal711611666440662714342
Binary11100111100011110110110100100011011010111001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397176; }

 p { color: rgb(57,113,118); }

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

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

 a { background-color: rgb(57,113,118); }

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

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

 span { border-color: rgb(57,113,118); }

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