#397579

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

Shades of Ming #397579

Tints of Ming #397579

Color information

#397579 (or 0x397579) is unknown color: approx Ming. HEX triplet: 39, 75 and 79. RGB value is (57,117,121). Sum of RGB (Red+Green+Blue) = 57+117+121=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 121 - color contains mainly: blue. Hex color #397579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397579 is #C68A86. Grayscale: #636363. Windows color (decimal): -13011591 or 7959865. OLE color: 7959865.

HSL color Cylindrical-coordinate representation of color #397579: hue angle of 183.75º 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 #397579 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57117121-
CMYK0.530.0300.53
HSL183.75º35.96%34.9%-
HSV(B)183.75º52.89%47.45%-
XYZ11.514.9720.37-
YUV99.52140.1297.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=19.32%
G=39.66%
B=41.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571171210.530.0300.53183.7535.9634.9
Hex397579353035b82423
Octal711651716530652704443
Binary1110011110101111100111010111011010110111000100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397579; }

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

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

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

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

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

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

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

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