#387B7F

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

Shades of Ming #387B7F

Tints of Ming #387B7F

Color information

#387B7F (or 0x387B7F) is unknown color: approx Ming. HEX triplet: 38, 7B and 7F. RGB value is (56,123,127). Sum of RGB (Red+Green+Blue) = 56+123+127=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #387B7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B7F is #C78480. Grayscale: #676767. Windows color (decimal): -13075585 or 8354616. OLE color: 8354616.

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

Color convert

RGB56123127-
CMYK0.560.0300.50
HSL183.38º38.8%35.88%-
HSV(B)183.38º55.91%49.8%-
XYZ12.5416.5422.61-
YUV103.42141.394.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 127 (50% from 255) = 41.50%
R=18.30%
G=40.20%
B=41.50%

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
Decimal561231270.560.0300.50183.3838.835.88
Hex387B7F383032b72724
Octal701731777030622674744
Binary1110001111011111111111100011011001010110111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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