#397F7A

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

Shades of Ming #397F7A

Tints of Ming #397F7A

Color information

#397F7A (or 0x397F7A) is unknown color: approx Ming. HEX triplet: 39, 7F and 7A. RGB value is (57,127,122). Sum of RGB (Red+Green+Blue) = 57+127+122=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #397F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F7A is #C68085. Grayscale: #696969. Windows color (decimal): -13009030 or 8027961. OLE color: 8027961.

HSL color Cylindrical-coordinate representation of color #397F7A: hue angle of 175.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F7A is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB57127122-
CMYK0.5500.040.50
HSL175.71º38.04%36.08%-
HSV(B)175.71º55.12%49.8%-
XYZ12.7917.4521.11-
YUV105.5137.3193.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=18.63%
G=41.50%
B=39.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571271220.5500.040.50175.7138.0436.08
Hex397F7A370432b02624
Octal711771726704622604644
Binary11100111111111111010110111010011001010110000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397F7A; }

 p { color: rgb(57,127,122); }

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

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

 a { background-color: rgb(57,127,122); }

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

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

 span { border-color: rgb(57,127,122); }

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