#387E7F

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

Shades of Ming #387E7F

Tints of Ming #387E7F

Color information

#387E7F (or 0x387E7F) is unknown color: approx Ming. HEX triplet: 38, 7E and 7F. RGB value is (56,126,127). Sum of RGB (Red+Green+Blue) = 56+126+127=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 126 (49.61% from 255 or 40.78% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #387E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387E7F is #C78180. Grayscale: #696969. Windows color (decimal): -13074817 or 8355384. OLE color: 8355384.

HSL color Cylindrical-coordinate representation of color #387E7F: hue angle of 180.85º 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 #387E7F is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB56126127-
CMYK0.560.0100.50
HSL180.85º38.8%35.88%-
HSV(B)180.85º55.91%49.8%-
XYZ12.9217.2922.74-
YUV105.18140.3192.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 126 (49.61% from 255) = 40.78%
BLUE value IS 127 (50% from 255) = 41.10%
R=18.12%
G=40.78%
B=41.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561261270.560.0100.50180.8538.835.88
Hex387E7F381032b52724
Octal701761777010622654744
Binary111000111111011111111110001011001010110101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,126,127); }

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

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

 a { background-color: rgb(56,126,127); }

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

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

 span { border-color: rgb(56,126,127); }

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