#397879

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

Shades of Ming #397879

Tints of Ming #397879

Color information

#397879 (or 0x397879) is unknown color: approx Ming. HEX triplet: 39, 78 and 79. RGB value is (57,120,121). Sum of RGB (Red+Green+Blue) = 57+120+121=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #397879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397879 is #C68786. Grayscale: #656565. Windows color (decimal): -13010823 or 7960633. OLE color: 7960633.

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

Color convert

RGB57120121-
CMYK0.530.0100.53
HSL180.94º35.96%34.9%-
HSV(B)180.94º52.89%47.45%-
XYZ11.8615.6820.49-
YUV101.28139.1396.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.13%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 121 (47.66% from 255) = 40.60%
R=19.13%
G=40.27%
B=40.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571201210.530.0100.53180.9435.9634.9
Hex397879351035b52423
Octal711701716510652654443
Binary111001111100011110011101011011010110110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397879; }

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

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

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

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

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

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

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

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