#387479

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

Shades of Ming #387479

Tints of Ming #387479

Color information

#387479 (or 0x387479) is unknown color: approx Ming. HEX triplet: 38, 74 and 79. RGB value is (56,116,121). Sum of RGB (Red+Green+Blue) = 56+116+121=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 121 - color contains mainly: blue. Hex color #387479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387479 is #C78B86. Grayscale: #626262. Windows color (decimal): -13077383 or 7959608. OLE color: 7959608.

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

Color convert

RGB56116121-
CMYK0.540.0400.53
HSL184.62º36.72%34.71%-
HSV(B)184.62º53.72%47.45%-
XYZ11.3314.7120.33-
YUV98.63140.6297.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 121 (47.66% from 255) = 41.30%
R=19.11%
G=39.59%
B=41.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561161210.540.0400.53184.6236.7234.71
Hex387479364035b92523
Octal701641716640652714543
Binary11100011101001111001110110100011010110111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387479; }

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

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

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

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

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

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

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

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