#397679

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

Shades of Ming #397679

Tints of Ming #397679

Color information

#397679 (or 0x397679) is unknown color: approx Ming. HEX triplet: 39, 76 and 79. RGB value is (57,118,121). Sum of RGB (Red+Green+Blue) = 57+118+121=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 121 - color contains mainly: blue. Hex color #397679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397679 is #C68986. Grayscale: #646464. Windows color (decimal): -13011335 or 7960121. OLE color: 7960121.

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

Color convert

RGB57118121-
CMYK0.530.0200.53
HSL182.81º35.96%34.9%-
HSV(B)182.81º52.89%47.45%-
XYZ11.6215.2120.41-
YUV100.1139.7997.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=19.26%
G=39.86%
B=40.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571181210.530.0200.53182.8135.9634.9
Hex397679352035b72423
Octal711661716520652674443
Binary1110011110110111100111010110011010110110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397679; }

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

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

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

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

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

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

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

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