#397781

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

Shades of Ming #397781

Tints of Ming #397781

Color information

#397781 (or 0x397781) is unknown color: approx Ming. HEX triplet: 39, 77 and 81. RGB value is (57,119,129). Sum of RGB (Red+Green+Blue) = 57+119+129=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #397781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397781 is #C6887E. Grayscale: #656565. Windows color (decimal): -13011071 or 8484665. OLE color: 8484665.

HSL color Cylindrical-coordinate representation of color #397781: hue angle of 188.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397781 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB57119129-
CMYK0.560.0800.49
HSL188.33º38.71%36.47%-
HSV(B)188.33º55.81%50.59%-
XYZ12.2515.6523.14-
YUV101.6143.4696.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 119 (46.88% from 255) = 39.02%
BLUE value IS 129 (50.78% from 255) = 42.30%
R=18.69%
G=39.02%
B=42.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571191290.560.0800.49188.3338.7136.47
Hex397781388031bc2724
Octal7116720170100612744744
Binary1110011110111100000011110001000011000110111100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397781; }

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

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

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

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

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

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

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

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