#397778

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

Shades of Ming #397778

Tints of Ming #397778

Color information

#397778 (or 0x397778) is unknown color: approx Ming. HEX triplet: 39, 77 and 78. RGB value is (57,119,120). Sum of RGB (Red+Green+Blue) = 57+119+120=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #397778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397778 is #C68887. Grayscale: #646464. Windows color (decimal): -13011080 or 7894841. OLE color: 7894841.

HSL color Cylindrical-coordinate representation of color #397778: hue angle of 180.95º degrees, saturation: 0.36, 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 #397778 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB57119120-
CMYK0.520.0100.53
HSL180.95º35.59%34.71%-
HSV(B)180.95º52.5%47.06%-
XYZ11.6715.4220.13-
YUV100.58138.9696.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.26%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=19.26%
G=40.20%
B=40.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571191200.520.0100.53180.9535.5934.71
Hex397778341035b52423
Octal711671706410652654443
Binary111001111011111110001101001011010110110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397778; }

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

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

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

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

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

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

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

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