#387B7A

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

Shades of Ming #387B7A

Tints of Ming #387B7A

Color information

#387B7A (or 0x387B7A) is unknown color: approx Ming. HEX triplet: 38, 7B and 7A. RGB value is (56,123,122). Sum of RGB (Red+Green+Blue) = 56+123+122=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #387B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B7A is #C78485. Grayscale: #666666. Windows color (decimal): -13075590 or 8026936. OLE color: 8026936.

HSL color Cylindrical-coordinate representation of color #387B7A: hue angle of 179.1º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387B7A is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB56123122-
CMYK0.5400.010.52
HSL179.1º37.43%35.1%-
HSV(B)179.1º54.47%48.24%-
XYZ12.2316.4120.94-
YUV102.85138.894.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 123 (48.44% from 255) = 40.86%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=18.60%
G=40.86%
B=40.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561231220.5400.010.52179.137.4335.1
Hex387B7A360134b32523
Octal701731726601642634543
Binary111000111101111110101101100111010010110011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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