#386E78

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

Shades of Ming #386E78

Tints of Ming #386E78

Color information

#386E78 (or 0x386E78) is unknown color: approx Ming. HEX triplet: 38, 6E and 78. RGB value is (56,110,120). Sum of RGB (Red+Green+Blue) = 56+110+120=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 120 - color contains mainly: blue. Hex color #386E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386E78 is #C79187. Grayscale: #5E5E5E. Windows color (decimal): -13078920 or 7892536. OLE color: 7892536.

HSL color Cylindrical-coordinate representation of color #386E78: hue angle of 189.38º 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 #386E78 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56110120-
CMYK0.530.0800.53
HSL189.38º36.36%34.51%-
HSV(B)189.38º53.33%47.06%-
XYZ10.613.3519.79-
YUV94.99142.11100.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 41.96%
R=19.58%
G=38.46%
B=41.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561101200.530.0800.53189.3836.3634.51
Hex386E78358035bd2423
Octal7015617065100652754443
Binary111000110111011110001101011000011010110111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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