#387279

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

Shades of Ming #387279

Tints of Ming #387279

Color information

#387279 (or 0x387279) is unknown color: approx Ming. HEX triplet: 38, 72 and 79. RGB value is (56,114,121). Sum of RGB (Red+Green+Blue) = 56+114+121=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #387279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387279 is #C78D86. Grayscale: #616161. Windows color (decimal): -13077895 or 7959096. OLE color: 7959096.

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

Color convert

RGB56114121-
CMYK0.540.0600.53
HSL186.46º36.72%34.71%-
HSV(B)186.46º53.72%47.45%-
XYZ11.114.2620.26-
YUV97.46141.2898.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 121 (47.66% from 255) = 41.58%
R=19.24%
G=39.18%
B=41.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561141210.540.0600.53186.4636.7234.71
Hex387279366035ba2523
Octal701621716660652724543
Binary11100011100101111001110110110011010110111010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387279; }

 p { color: rgb(56,114,121); }

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

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

 a { background-color: rgb(56,114,121); }

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

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

 span { border-color: rgb(56,114,121); }

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