#397C80

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

Shades of Ming #397C80

Tints of Ming #397C80

Color information

#397C80 (or 0x397C80) is unknown color: approx Ming. HEX triplet: 39, 7C and 80. RGB value is (57,124,128). Sum of RGB (Red+Green+Blue) = 57+124+128=309 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.45% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #397C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C80 is #C6837F. Grayscale: #686868. Windows color (decimal): -13009792 or 8420409. OLE color: 8420409.

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

Color convert

RGB57124128-
CMYK0.550.0300.50
HSL183.38º38.38%36.27%-
HSV(B)183.38º55.47%50.2%-
XYZ12.7916.8423-
YUV104.42141.394.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.45%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=18.45%
G=40.13%
B=41.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal571241280.550.0300.50183.3838.3836.27
Hex397C80373032b72624
Octal711742006730622674644
Binary11100111111001000000011011111011001010110111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,128); }

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

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

 a { background-color: rgb(57,124,128); }

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

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

 span { border-color: rgb(57,124,128); }

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