#387374

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

Shades of Ming #387374

Tints of Ming #387374

Color information

#387374 (or 0x387374) is unknown color: approx Ming. HEX triplet: 38, 73 and 74. RGB value is (56,115,116). Sum of RGB (Red+Green+Blue) = 56+115+116=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #387374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387374 is #C78C8B. Grayscale: #616161. Windows color (decimal): -13077644 or 7631672. OLE color: 7631672.

HSL color Cylindrical-coordinate representation of color #387374: hue angle of 181º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387374 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB56115116-
CMYK0.520.0100.55
HSL181º34.88%33.73%-
HSV(B)181º51.72%45.49%-
XYZ10.9114.3618.72-
YUV97.47138.4598.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 115 (45.31% from 255) = 40.07%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=19.51%
G=40.07%
B=40.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151160.520.0100.5518134.8833.73
Hex387374341037b52322
Octal701631646410672654342
Binary111000111001111101001101001011011110110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387374; }

 p { color: rgb(56,115,116); }

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

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

 a { background-color: rgb(56,115,116); }

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

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

 span { border-color: rgb(56,115,116); }

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