Html Css Color HEX #387174 Ming

📋 copy color: '#387174'

red 56 ◦ green 113 ◦ blue 116

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

Shades of Ming #387174

Tints of Ming #387174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 19.65%
G = 39.65%
B = 40.7%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#387174 (or 0x387174) is known color: Ming. HEX triplet: 38, 71 and 74. RGB value is (56,113,116). Sum of RGB (Red+Green+Blue) = 56+113+116=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #387174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387174 is #C78E8B. Grayscale: #606060. Windows color (decimal): -13078156 or 7631160. OLE color: 7631160.

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

Color convert

RGB 56 113 116 -
CMYK 0.52 0.03 0 0.55
HSL 183º 0.35% 0.34% -
HSV(B) 183º 0.52% 0.45% -
XYZ 10.69 13.91 18.64 -
YUV 96.3 139.12 99.26 -
System Red Green Blue C M Y K H S L
Decimal 56 113 116 0.52 0.03 0 0.55 183 0.35 0.34
Hex 38 71 74 34 3 0 37 B7 23 22
Octal 70 161 164 64 3 0 67 267 43 42
Binary 111000 1110001 1110100 110100 11 0 110111 10110111 100011 100010

Color Harmonies of #387174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387174

Black with #387174

Text Example


Text Example

White with #387174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387174; }

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

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

background-color css

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

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

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

border-color css

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

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

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