#386D78

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

Shades of Ming #386D78

Tints of Ming #386D78

Color information

#386D78 (or 0x386D78) is unknown color: approx Ming. HEX triplet: 38, 6D and 78. RGB value is (56,109,120). Sum of RGB (Red+Green+Blue) = 56+109+120=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #386D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D78 is #C79287. Grayscale: #5E5E5E. Windows color (decimal): -13079176 or 7892280. OLE color: 7892280.

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

Color convert

RGB56109120-
CMYK0.530.0900.53
HSL190.31º36.36%34.51%-
HSV(B)190.31º53.33%47.06%-
XYZ10.4913.1319.75-
YUV94.41142.44100.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 120 (47.27% from 255) = 42.11%
R=19.65%
G=38.25%
B=42.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561091200.530.0900.53190.3136.3634.51
Hex386D78359035be2423
Octal7015517065110652764443
Binary111000110110111110001101011001011010110111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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