Html Css Color HEX #386B71 Ming

📋 copy color: '#386B71'

red 56 ◦ green 107 ◦ blue 113

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

Shades of Ming #386B71

Tints of Ming #386B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.77%

 BLUE value IS 113 (44.53% from 255) = 40.94%

R = 20.29%
G = 38.77%
B = 40.94%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#386B71 (or 0x386B71) is known color: Ming. HEX triplet: 38, 6B and 71. RGB value is (56,107,113). Sum of RGB (Red+Green+Blue) = 56+107+113=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #386B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B71 is #C7948E. Grayscale: #5C5C5C. Windows color (decimal): -13079695 or 7433016. OLE color: 7433016.

HSL color Cylindrical-coordinate representation of color #386B71: hue angle of 186.32º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386B71 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 107 113 -
CMYK 0.50 0.05 0 0.56
HSL 186.32º 0.34% 0.33% -
HSV(B) 186.32º 0.5% 0.44% -
XYZ 9.87 12.55 17.52 -
YUV 92.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 56 107 113 0.50 0.05 0 0.56 186.32 0.34 0.33
Hex 38 6B 71 32 5 0 38 BA 22 21
Octal 70 153 161 62 5 0 70 272 42 41
Binary 111000 1101011 1110001 110010 101 0 111000 10111010 100010 100001

Color Harmonies of #386B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B71

Black with #386B71

Text Example


Text Example

White with #386B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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