#396E78

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

Shades of Ming #396E78

Tints of Ming #396E78

Color information

#396E78 (or 0x396E78) is unknown color: approx Ming. HEX triplet: 39, 6E and 78. RGB value is (57,110,120). Sum of RGB (Red+Green+Blue) = 57+110+120=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 120 (47.27% from 255 or 41.81% from 287); Max value from RGB is 120 - color contains mainly: blue. Hex color #396E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E78 is #C69187. Grayscale: #5F5F5F. Windows color (decimal): -13013384 or 7892537. OLE color: 7892537.

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

Color convert

RGB57110120-
CMYK0.520.0800.53
HSL189.52º35.59%34.71%-
HSV(B)189.52º52.5%47.06%-
XYZ10.6513.3819.79-
YUV95.29141.94100.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.86%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 120 (47.27% from 255) = 41.81%
R=19.86%
G=38.33%
B=41.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal571101200.520.0800.53189.5235.5934.71
Hex396E78348035be2423
Octal7115617064100652764443
Binary111001110111011110001101001000011010110111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396E78; }

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

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

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

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

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

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

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

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