#386E71

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

Shades of Ming #386E71

Tints of Ming #386E71

Color information

#386E71 (or 0x386E71) is unknown color: approx Ming. HEX triplet: 38, 6E and 71. RGB value is (56,110,113). Sum of RGB (Red+Green+Blue) = 56+110+113=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #386E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E71 is #C7918E. Grayscale: #5E5E5E. Windows color (decimal): -13078927 or 7433784. OLE color: 7433784.

HSL color Cylindrical-coordinate representation of color #386E71: hue angle of 183.16º degrees, saturation: 0.34, 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 #386E71 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56110113-
CMYK0.500.0300.56
HSL183.16º33.73%33.14%-
HSV(B)183.16º50.44%44.31%-
XYZ10.1913.1817.63-
YUV94.2138.61100.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 113 (44.53% from 255) = 40.50%
R=20.07%
G=39.43%
B=40.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561101130.500.0300.56183.1633.7333.14
Hex386E71323038b72221
Octal701561616230702674241
Binary1110001101110111000111001011011100010110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386E71; }

 p { color: rgb(56,110,113); }

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

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

 a { background-color: rgb(56,110,113); }

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

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

 span { border-color: rgb(56,110,113); }

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