#397374

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

Shades of Ming #397374

Tints of Ming #397374

Color information

#397374 (or 0x397374) is unknown color: approx Ming. HEX triplet: 39, 73 and 74. RGB value is (57,115,116). Sum of RGB (Red+Green+Blue) = 57+115+116=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 116 - color contains mainly: blue. Hex color #397374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397374 is #C68C8B. Grayscale: #616161. Windows color (decimal): -13012108 or 7631673. OLE color: 7631673.

HSL color Cylindrical-coordinate representation of color #397374: hue angle of 181.02º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397374 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB57115116-
CMYK0.510.0100.55
HSL181.02º34.1%33.92%-
HSV(B)181.02º50.86%45.49%-
XYZ10.9714.3918.72-
YUV97.77138.2898.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=19.79%
G=39.93%
B=40.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal571151160.510.0100.55181.0234.133.92
Hex397374331037b52222
Octal711631646310672654242
Binary111001111001111101001100111011011110110101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397374; }

 p { color: rgb(57,115,116); }

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

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

 a { background-color: rgb(57,115,116); }

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

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

 span { border-color: rgb(57,115,116); }

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