#386C77

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

Shades of Ming #386C77

Tints of Ming #386C77

Color information

#386C77 (or 0x386C77) is unknown color: approx Ming. HEX triplet: 38, 6C and 77. RGB value is (56,108,119). Sum of RGB (Red+Green+Blue) = 56+108+119=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #386C77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386C77 is #C79388. Grayscale: #5D5D5D. Windows color (decimal): -13079433 or 7826488. OLE color: 7826488.

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

Color convert

RGB56108119-
CMYK0.530.0900.53
HSL190.48º36%34.31%-
HSV(B)190.48º52.94%46.67%-
XYZ10.3212.919.4-
YUV93.71142.27101.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 119 (46.88% from 255) = 42.05%
R=19.79%
G=38.16%
B=42.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561081190.530.0900.53190.483634.31
Hex386C77359035be2422
Octal7015416765110652764442
Binary111000110110011101111101011001011010110111110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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