#387375

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

Shades of Ming #387375

Tints of Ming #387375

Color information

#387375 (or 0x387375) is unknown color: approx Ming. HEX triplet: 38, 73 and 75. RGB value is (56,115,117). Sum of RGB (Red+Green+Blue) = 56+115+117=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #387375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387375 is #C78C8A. Grayscale: #616161. Windows color (decimal): -13077643 or 7697208. OLE color: 7697208.

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

Color convert

RGB56115117-
CMYK0.520.0200.54
HSL181.97º35.26%33.92%-
HSV(B)181.97º52.14%45.88%-
XYZ10.9714.3919.03-
YUV97.59138.9598.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 117 (46.09% from 255) = 40.62%
R=19.44%
G=39.93%
B=40.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561151170.520.0200.54181.9735.2633.92
Hex387375342036b62322
Octal701631656420662664342
Binary1110001110011111010111010010011011010110110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387375; }

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

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

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

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

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

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

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

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