Html Css Color HEX #387071 Ming

📋 copy color: '#387071'

red 56 ◦ green 112 ◦ blue 113

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

Shades of Ming #387071

Tints of Ming #387071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 19.93%
G = 39.86%
B = 40.21%

CMYK

 C value IS 0.50

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#387071 (or 0x387071) is known color: Ming. HEX triplet: 38, 70 and 71. RGB value is (56,112,113). Sum of RGB (Red+Green+Blue) = 56+112+113=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #387071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387071 is #C78F8E. Grayscale: #5F5F5F. Windows color (decimal): -13078415 or 7434296. OLE color: 7434296.

HSL color Cylindrical-coordinate representation of color #387071: hue angle of 181.05º 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 #387071 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 113 -
CMYK 0.50 0.01 0 0.56
HSL 181.05º 0.34% 0.33% -
HSV(B) 181.05º 0.5% 0.44% -
XYZ 10.41 13.62 17.7 -
YUV 95.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 56 112 113 0.50 0.01 0 0.56 181.05 0.34 0.33
Hex 38 70 71 32 1 0 38 B5 22 21
Octal 70 160 161 62 1 0 70 265 42 41
Binary 111000 1110000 1110001 110010 1 0 111000 10110101 100010 100001

Color Harmonies of #387071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387071

Black with #387071

Text Example


Text Example

White with #387071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387071; }

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

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

background-color css

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

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

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

border-color css

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

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

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