#387177

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

Shades of Ming #387177

Tints of Ming #387177

Color information

#387177 (or 0x387177) is unknown color: approx Ming. HEX triplet: 38, 71 and 77. RGB value is (56,113,119). Sum of RGB (Red+Green+Blue) = 56+113+119=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #387177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387177 is #C78E88. Grayscale: #606060. Windows color (decimal): -13078153 or 7827768. OLE color: 7827768.

HSL color Cylindrical-coordinate representation of color #387177: hue angle of 185.71º 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 #387177 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB56113119-
CMYK0.530.0500.53
HSL185.71º36%34.31%-
HSV(B)185.71º52.94%46.67%-
XYZ10.8713.9819.58-
YUV96.64140.6299.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 119 (46.88% from 255) = 41.32%
R=19.44%
G=39.24%
B=41.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561131190.530.0500.53185.713634.31
Hex387177355035ba2422
Octal701611676550652724442
Binary11100011100011110111110101101011010110111010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387177; }

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

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

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

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

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

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

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

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