#386D79

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

Shades of Ming #386D79

Tints of Ming #386D79

Color information

#386D79 (or 0x386D79) is unknown color: approx Ming. HEX triplet: 38, 6D and 79. RGB value is (56,109,121). Sum of RGB (Red+Green+Blue) = 56+109+121=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #386D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D79 is #C79286. Grayscale: #5E5E5E. Windows color (decimal): -13079175 or 7957816. OLE color: 7957816.

HSL color Cylindrical-coordinate representation of color #386D79: hue angle of 191.08º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #386D79 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56109121-
CMYK0.540.1000.53
HSL191.08º36.72%34.71%-
HSV(B)191.08º53.72%47.45%-
XYZ10.5513.1620.07-
YUV94.52142.94100.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 121 (47.66% from 255) = 42.31%
R=19.58%
G=38.11%
B=42.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561091210.540.1000.53191.0836.7234.71
Hex386D7936A035bf2523
Octal7015517166120652774543
Binary111000110110111110011101101010011010110111111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,109,121); }

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

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

 a { background-color: rgb(56,109,121); }

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

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

 span { border-color: rgb(56,109,121); }

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