#387A82

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

Shades of Ming #387A82

Tints of Ming #387A82

Color information

#387A82 (or 0x387A82) is unknown color: approx Ming. HEX triplet: 38, 7A and 82. RGB value is (56,122,130). Sum of RGB (Red+Green+Blue) = 56+122+130=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #387A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A82 is #C7857D. Grayscale: #676767. Windows color (decimal): -13075838 or 8550968. OLE color: 8550968.

HSL color Cylindrical-coordinate representation of color #387A82: hue angle of 186.49º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387A82 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB56122130-
CMYK0.570.0600.49
HSL186.49º39.78%36.47%-
HSV(B)186.49º56.92%50.98%-
XYZ12.6216.3723.61-
YUV103.18143.1394.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=18.18%
G=39.61%
B=42.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561221300.570.0600.49186.4939.7836.47
Hex387A82396031ba2824
Octal701722027160612725044
Binary111000111101010000010111001110011000110111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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