#396A6C

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

Shades of Ming #396A6C

Tints of Ming #396A6C

Color information

#396A6C (or 0x396A6C) is unknown color: approx Ming. HEX triplet: 39, 6A and 6C. RGB value is (57,106,108). Sum of RGB (Red+Green+Blue) = 57+106+108=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #396A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396A6C is #C69593. Grayscale: #5B5B5B. Windows color (decimal): -13014420 or 7105081. OLE color: 7105081.

HSL color Cylindrical-coordinate representation of color #396A6C: hue angle of 182.35º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396A6C is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB57106108-
CMYK0.470.0200.58
HSL182.35º30.91%32.35%-
HSV(B)182.35º47.22%42.35%-
XYZ9.5512.2616.05-
YUV91.58137.27103.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=21.03%
G=39.11%
B=39.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal571061080.470.0200.58182.3530.9132.35
Hex396A6C2F203Ab61f20
Octal711521545720722663740
Binary111001110101011011001011111001110101011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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