#397477

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

Shades of Ming #397477

Tints of Ming #397477

Color information

#397477 (or 0x397477) is unknown color: approx Ming. HEX triplet: 39, 74 and 77. RGB value is (57,116,119). Sum of RGB (Red+Green+Blue) = 57+116+119=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #397477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397477 is #C68B88. Grayscale: #626262. Windows color (decimal): -13011849 or 7828537. OLE color: 7828537.

HSL color Cylindrical-coordinate representation of color #397477: hue angle of 182.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397477 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57116119-
CMYK0.520.0300.53
HSL182.9º35.23%34.51%-
HSV(B)182.9º52.1%46.67%-
XYZ11.2614.6919.7-
YUV98.7139.4598.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.52%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=19.52%
G=39.73%
B=40.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571161190.520.0300.53182.935.2334.51
Hex397477343035b72323
Octal711641676430652674343
Binary1110011110100111011111010011011010110110111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397477; }

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

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

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

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

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

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

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

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