#396F71

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

Shades of Ming #396F71

Tints of Ming #396F71

Color information

#396F71 (or 0x396F71) is unknown color: approx Ming. HEX triplet: 39, 6F and 71. RGB value is (57,111,113). Sum of RGB (Red+Green+Blue) = 57+111+113=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #396F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396F71 is #C6908E. Grayscale: #5F5F5F. Windows color (decimal): -13013135 or 7434041. OLE color: 7434041.

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

Color convert

RGB57111113-
CMYK0.500.0200.56
HSL182.14º32.94%33.33%-
HSV(B)182.14º49.56%44.31%-
XYZ10.3513.4317.67-
YUV95.08138.11100.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.28%
GREEN value IS 111 (43.75% from 255) = 39.50%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=20.28%
G=39.50%
B=40.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal571111130.500.0200.56182.1432.9433.33
Hex396F71322038b62121
Octal711571616220702664141
Binary1110011101111111000111001010011100010110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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