#386970

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

Shades of Ming #386970

Tints of Ming #386970

Color information

#386970 (or 0x386970) is unknown color: approx Ming. HEX triplet: 38, 69 and 70. RGB value is (56,105,112). Sum of RGB (Red+Green+Blue) = 56+105+112=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #386970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386970 is #C7968F. Grayscale: #5B5B5B. Windows color (decimal): -13080208 or 7366968. OLE color: 7366968.

HSL color Cylindrical-coordinate representation of color #386970: hue angle of 187.5º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386970 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB56105112-
CMYK0.500.0600.56
HSL187.5º33.33%32.94%-
HSV(B)187.5º50%43.92%-
XYZ9.6112.1117.16-
YUV91.15139.77102.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.51%
GREEN value IS 105 (41.41% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=20.51%
G=38.46%
B=41.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561051120.500.0600.56187.533.3332.94
Hex386970326038bc2121
Octal701511606260702744141
Binary11100011010011110000110010110011100010111100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386970; }

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

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

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

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

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

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

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

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