#386E76

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

Shades of Ming #386E76

Tints of Ming #386E76

Color information

#386E76 (or 0x386E76) is unknown color: approx Ming. HEX triplet: 38, 6E and 76. RGB value is (56,110,118). Sum of RGB (Red+Green+Blue) = 56+110+118=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #386E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E76 is #C79189. Grayscale: #5E5E5E. Windows color (decimal): -13078922 or 7761464. OLE color: 7761464.

HSL color Cylindrical-coordinate representation of color #386E76: hue angle of 187.74º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386E76 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56110118-
CMYK0.530.0700.54
HSL187.74º35.63%34.12%-
HSV(B)187.74º52.54%46.27%-
XYZ10.4813.319.15-
YUV94.77141.11100.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=19.72%
G=38.73%
B=41.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561101180.530.0700.54187.7435.6334.12
Hex386E76357036bc2422
Octal701561666570662744442
Binary11100011011101110110110101111011011010111100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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