Html Css Color HEX #386C77 Ming

📋 copy color: '#386C77'

red 56 ◦ green 108 ◦ blue 119

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

Shades of Ming #386C77

Tints of Ming #386C77

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 value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#386C77 (or 0x386C77) is known color: 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

RGB 56 108 119 -
CMYK 0.53 0.09 0 0.53
HSL 190.48º 0.36% 0.34% -
HSV(B) 190.48º 0.53% 0.47% -
XYZ 10.32 12.9 19.4 -
YUV 93.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 56 108 119 0.53 0.09 0 0.53 190.48 0.36 0.34
Hex 38 6C 77 35 9 0 35 BE 24 22
Octal 70 154 167 65 11 0 65 276 44 42
Binary 111000 1101100 1110111 110101 1001 0 110101 10111110 100100 100010

Color Harmonies of #386C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C77

Black with #386C77

Text Example


Text Example

White with #386C77

Text Example


Text Example

HTML Codes & Css Web 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>