Html Css Color HEX #386F73 Ming

📋 copy color: '#386F73'

red 56 ◦ green 111 ◦ blue 115

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

Shades of Ming #386F73

Tints of Ming #386F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.36%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 19.86%
G = 39.36%
B = 40.78%

CMYK

 C value IS 0.51

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#386F73 (or 0x386F73) is known color: Ming. HEX triplet: 38, 6F and 73. RGB value is (56,111,115). Sum of RGB (Red+Green+Blue) = 56+111+115=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #386F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386F73 is #C7908C. Grayscale: #5E5E5E. Windows color (decimal): -13078669 or 7565112. OLE color: 7565112.

HSL color Cylindrical-coordinate representation of color #386F73: hue angle of 184.07º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #386F73 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 111 115 -
CMYK 0.51 0.03 0 0.55
HSL 184.07º 0.35% 0.34% -
HSV(B) 184.07º 0.51% 0.45% -
XYZ 10.41 13.45 18.27 -
YUV 95.01 139.28 100.17 -
System Red Green Blue C M Y K H S L
Decimal 56 111 115 0.51 0.03 0 0.55 184.07 0.35 0.34
Hex 38 6F 73 33 3 0 37 B8 23 22
Octal 70 157 163 63 3 0 67 270 43 42
Binary 111000 1101111 1110011 110011 11 0 110111 10111000 100011 100010

Color Harmonies of #386F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F73

Black with #386F73

Text Example


Text Example

White with #386F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,115); }

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

background-color css

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

 a { background-color: rgb(56,111,115); }

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

border-color css

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

 span { border-color: rgb(56,111,115); }

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