#397079

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

Shades of Ming #397079

Tints of Ming #397079

Color information

#397079 (or 0x397079) is unknown color: approx Ming. HEX triplet: 39, 70 and 79. RGB value is (57,112,121). Sum of RGB (Red+Green+Blue) = 57+112+121=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #397079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397079 is #C68F86. Grayscale: #606060. Windows color (decimal): -13012871 or 7958585. OLE color: 7958585.

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

Color convert

RGB57112121-
CMYK0.530.0700.53
HSL188.44º35.96%34.9%-
HSV(B)188.44º52.89%47.45%-
XYZ10.9313.8420.18-
YUV96.58141.7899.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.66%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=19.66%
G=38.62%
B=41.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571121210.530.0700.53188.4435.9634.9
Hex397079357035bc2423
Octal711601716570652744443
Binary11100111100001111001110101111011010110111100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397079; }

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

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

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

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

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

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

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

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