#396A6F

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

Shades of Ming #396A6F

Tints of Ming #396A6F

Color information

#396A6F (or 0x396A6F) is unknown color: approx Ming. HEX triplet: 39, 6A and 6F. RGB value is (57,106,111). Sum of RGB (Red+Green+Blue) = 57+106+111=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #396A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A6F is #C69590. Grayscale: #5B5B5B. Windows color (decimal): -13014417 or 7301689. OLE color: 7301689.

HSL color Cylindrical-coordinate representation of color #396A6F: hue angle of 185.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396A6F is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB57106111-
CMYK0.490.0500.56
HSL185.56º32.14%32.94%-
HSV(B)185.56º48.65%43.53%-
XYZ9.7112.3316.91-
YUV91.92138.77103.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=20.80%
G=38.69%
B=40.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571061110.490.0500.56185.5632.1432.94
Hex396A6F315038ba2021
Octal711521576150702724041
Binary11100111010101101111110001101011100010111010100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,111); }

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

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

 a { background-color: rgb(57,106,111); }

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

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

 span { border-color: rgb(57,106,111); }

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