Html Css Color HEX #386C76 Ming

📋 copy color: '#386C76'

red 56 ◦ green 108 ◦ blue 118

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

Shades of Ming #386C76

Tints of Ming #386C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.3%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 19.86%
G = 38.3%
B = 41.84%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 56 108 118 -
CMYK 0.53 0.08 0 0.54
HSL 189.68º 0.36% 0.34% -
HSV(B) 189.68º 0.53% 0.46% -
XYZ 10.26 12.87 19.08 -
YUV 93.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 56 108 118 0.53 0.08 0 0.54 189.68 0.36 0.34
Hex 38 6C 76 35 8 0 36 BE 24 22
Octal 70 154 166 65 10 0 66 276 44 42
Binary 111000 1101100 1110110 110101 1000 0 110110 10111110 100100 100010

Color Harmonies of #386C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C76

Black with #386C76

Text Example


Text Example

White with #386C76

Text Example


Text Example

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