#387077

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

Shades of Ming #387077

Tints of Ming #387077

Color information

#387077 (or 0x387077) is unknown color: approx Ming. HEX triplet: 38, 70 and 77. RGB value is (56,112,119). Sum of RGB (Red+Green+Blue) = 56+112+119=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #387077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387077 is #C78F88. Grayscale: #5F5F5F. Windows color (decimal): -13078409 or 7827512. OLE color: 7827512.

HSL color Cylindrical-coordinate representation of color #387077: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387077 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56112119-
CMYK0.530.0600.53
HSL186.67º36%34.31%-
HSV(B)186.67º52.94%46.67%-
XYZ10.7513.7619.54-
YUV96.05140.9599.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=19.51%
G=39.02%
B=41.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561121190.530.0600.53186.673634.31
Hex387077356035bb2422
Octal701601676560652734442
Binary11100011100001110111110101110011010110111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387077; }

 p { color: rgb(56,112,119); }

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

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

 a { background-color: rgb(56,112,119); }

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

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

 span { border-color: rgb(56,112,119); }

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