#397173

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

Shades of Ming #397173

Tints of Ming #397173

Color information

#397173 (or 0x397173) is unknown color: approx Ming. HEX triplet: 39, 71 and 73. RGB value is (57,113,115). Sum of RGB (Red+Green+Blue) = 57+113+115=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 115 - color contains mainly: blue. Hex color #397173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397173 is #C68E8C. Grayscale: #606060. Windows color (decimal): -13012621 or 7565625. OLE color: 7565625.

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

Color convert

RGB57113115-
CMYK0.500.0200.55
HSL182.07º33.72%33.73%-
HSV(B)182.07º50.43%45.1%-
XYZ10.6913.9218.34-
YUV96.48138.4599.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=20%
G=39.65%
B=40.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571131150.500.0200.55182.0733.7233.73
Hex397173322037b62222
Octal711611636220672664242
Binary1110011110001111001111001010011011110110110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397173; }

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

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

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

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

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

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

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

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