#387C80

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

Shades of Ming #387C80

Tints of Ming #387C80

Color information

#387C80 (or 0x387C80) is unknown color: approx Ming. HEX triplet: 38, 7C and 80. RGB value is (56,124,128). Sum of RGB (Red+Green+Blue) = 56+124+128=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #387C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C80 is #C7837F. Grayscale: #686868. Windows color (decimal): -13075328 or 8420408. OLE color: 8420408.

HSL color Cylindrical-coordinate representation of color #387C80: hue angle of 183.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387C80 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56124128-
CMYK0.560.0300.50
HSL183.33º39.13%36.08%-
HSV(B)183.33º56.25%50.2%-
XYZ12.7316.8123-
YUV104.12141.4793.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=18.18%
G=40.26%
B=41.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561241280.560.0300.50183.3339.1336.08
Hex387C80383032b72724
Octal701742007030622674744
Binary11100011111001000000011100011011001010110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C80; }

 p { color: rgb(56,124,128); }

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

<style>
 a { background-color: #387C80; }

 a { background-color: rgb(56,124,128); }

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

<style>
 span { border-color: #387C80; }

 span { border-color: rgb(56,124,128); }

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