Html Css Color HEX #386D77 Ming

📋 copy color: '#386D77'

red 56 ◦ green 109 ◦ blue 119

#386D77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #386D77

Tints of Ming #386D77

RGB

 RED value IS 56 (22.27% from 255) = 19.72%

 GREEN value IS 109 (42.97% from 255) = 38.38%

 BLUE value IS 119 (46.88% from 255) = 41.9%

R = 19.72%
G = 38.38%
B = 41.9%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386D77 (or 0x386D77) is known color: Ming. HEX triplet: 38, 6D and 77. RGB value is (56,109,119). Sum of RGB (Red+Green+Blue) = 56+109+119=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #386D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386D77 is #C79288. Grayscale: #5E5E5E. Windows color (decimal): -13079177 or 7826744. OLE color: 7826744.

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

Color convert

RGB 56 109 119 -
CMYK 0.53 0.08 0 0.53
HSL 189.52º 0.36% 0.34% -
HSV(B) 189.52º 0.53% 0.47% -
XYZ 10.43 13.11 19.43 -
YUV 94.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 56 109 119 0.53 0.08 0 0.53 189.52 0.36 0.34
Hex 38 6D 77 35 8 0 35 BE 24 22
Octal 70 155 167 65 10 0 65 276 44 42
Binary 111000 1101101 1110111 110101 1000 0 110101 10111110 100100 100010

Color Harmonies of #386D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D77

Black with #386D77

Text Example


Text Example

White with #386D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #386D77;
 }
 .AnyTagClassName
 {
   color: #386D77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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