#397479

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

Shades of Ming #397479

Tints of Ming #397479

Color information

#397479 (or 0x397479) is unknown color: approx Ming. HEX triplet: 39, 74 and 79. RGB value is (57,116,121). Sum of RGB (Red+Green+Blue) = 57+116+121=294 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.39% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #397479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397479 is #C68B86. Grayscale: #626262. Windows color (decimal): -13011847 or 7959609. OLE color: 7959609.

HSL color Cylindrical-coordinate representation of color #397479: hue angle of 184.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397479 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57116121-
CMYK0.530.0400.53
HSL184.69º35.96%34.9%-
HSV(B)184.69º52.89%47.45%-
XYZ11.3814.7420.33-
YUV98.93140.4598.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.39%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 121 (47.66% from 255) = 41.16%
R=19.39%
G=39.46%
B=41.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571161210.530.0400.53184.6935.9634.9
Hex397479354035b92423
Octal711641716540652714443
Binary11100111101001111001110101100011010110111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397479; }

 p { color: rgb(57,116,121); }

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

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

 a { background-color: rgb(57,116,121); }

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

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

 span { border-color: rgb(57,116,121); }

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