#386B6B

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

Shades of Ming #386B6B

Tints of Ming #386B6B

Color information

#386B6B (or 0x386B6B) is unknown color: approx Ming. HEX triplet: 38, 6B and 6B. RGB value is (56,107,107). Sum of RGB (Red+Green+Blue) = 56+107+107=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: green, blue. Hex color #386B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B6B is #C79494. Grayscale: #5B5B5B. Windows color (decimal): -13079701 or 7039800. OLE color: 7039800.

HSL color Cylindrical-coordinate representation of color #386B6B: hue angle of 180º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B6B is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB56107107-
CMYK0.48000.58
HSL180º31.29%31.96%-
HSV(B)180º47.66%41.96%-
XYZ9.5412.4215.8-
YUV91.75136.6102.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=20.74%
G=39.63%
B=39.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal561071070.48000.5818031.2931.96
Hex386B6B30003Ab41f20
Octal701531536000722643740
Binary11100011010111101011110000001110101011010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386B6B; }

 p { color: rgb(56,107,107); }

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

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

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

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

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

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

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