#397D7B

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

Shades of Ming #397D7B

Tints of Ming #397D7B

Color information

#397D7B (or 0x397D7B) is unknown color: approx Ming. HEX triplet: 39, 7D and 7B. RGB value is (57,125,123). Sum of RGB (Red+Green+Blue) = 57+125+123=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #397D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397D7B is #C68284. Grayscale: #686868. Windows color (decimal): -13009541 or 8092985. OLE color: 8092985.

HSL color Cylindrical-coordinate representation of color #397D7B: hue angle of 178.24º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #397D7B is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB57125123-
CMYK0.5400.020.51
HSL178.24º37.36%35.69%-
HSV(B)178.24º54.4%49.02%-
XYZ12.616.9721.35-
YUV104.44138.4794.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 123 (48.44% from 255) = 40.33%
R=18.69%
G=40.98%
B=40.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal571251230.5400.020.51178.2437.3635.69
Hex397D7B360233b22524
Octal711751736602632624544
Binary1110011111101111101111011001011001110110010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,125,123); }

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

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

 a { background-color: rgb(57,125,123); }

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

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

 span { border-color: rgb(57,125,123); }

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