#397678

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

Shades of Ming #397678

Tints of Ming #397678

Color information

#397678 (or 0x397678) is unknown color: approx Ming. HEX triplet: 39, 76 and 78. RGB value is (57,118,120). Sum of RGB (Red+Green+Blue) = 57+118+120=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #397678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397678 is #C68987. Grayscale: #636363. Windows color (decimal): -13011336 or 7894585. OLE color: 7894585.

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

Color convert

RGB57118120-
CMYK0.520.0200.53
HSL181.9º35.59%34.71%-
HSV(B)181.9º52.5%47.06%-
XYZ11.5615.1820.09-
YUV99.99139.2997.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=19.32%
G=40%
B=40.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571181200.520.0200.53181.935.5934.71
Hex397678342035b62423
Octal711661706420652664443
Binary1110011110110111100011010010011010110110110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397678; }

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

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

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

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

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

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

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

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