#386C76

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

Shades of Ming #386C76

Tints of Ming #386C76

Color information

#386C76 (or 0x386C76) is unknown color: approx Ming. HEX triplet: 38, 6C and 76. RGB value is (56,108,118). Sum of RGB (Red+Green+Blue) = 56+108+118=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #386C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C76 is #C79389. Grayscale: #5D5D5D. Windows color (decimal): -13079434 or 7760952. OLE color: 7760952.

HSL color Cylindrical-coordinate representation of color #386C76: hue angle of 189.68º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #386C76 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB56108118-
CMYK0.530.0800.54
HSL189.68º35.63%34.12%-
HSV(B)189.68º52.54%46.27%-
XYZ10.2612.8719.08-
YUV93.59141.77101.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=19.86%
G=38.30%
B=41.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561081180.530.0800.54189.6835.6334.12
Hex386C76358036be2422
Octal7015416665100662764442
Binary111000110110011101101101011000011011010111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,108,118); }

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

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

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

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

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

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

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