Html Css Color HEX #387C80 Ming

📋 copy color: '#387C80'

red 56 ◦ green 124 ◦ blue 128

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

Shades of Ming #387C80

Tints of Ming #387C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

 BLUE value IS 128 (50.39% from 255) = 41.56%

R = 18.18%
G = 40.26%
B = 41.56%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#387C80 (or 0x387C80) is known color: Ming. HEX triplet: 38, 7C and 80. RGB value is (56,124,128). Sum of RGB (Red+Green+Blue) = 56+124+128=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 128 - color contains mainly: blue. Hex color #387C80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C80 is #C7837F. Grayscale: #686868. Windows color (decimal): -13075328 or 8420408. OLE color: 8420408.

HSL color Cylindrical-coordinate representation of color #387C80: hue angle of 183.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387C80 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 124 128 -
CMYK 0.56 0.03 0 0.50
HSL 183.33º 0.39% 0.36% -
HSV(B) 183.33º 0.56% 0.5% -
XYZ 12.73 16.81 23 -
YUV 104.12 141.47 93.67 -
System Red Green Blue C M Y K H S L
Decimal 56 124 128 0.56 0.03 0 0.50 183.33 0.39 0.36
Hex 38 7C 80 38 3 0 32 B7 27 24
Octal 70 174 200 70 3 0 62 267 47 44
Binary 111000 1111100 10000000 111000 11 0 110010 10110111 100111 100100

Color Harmonies of #387C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C80

Black with #387C80

Text Example


Text Example

White with #387C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387C80; }

 p { color: rgb(56,124,128); }

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

background-color css

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

 a { background-color: rgb(56,124,128); }

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

border-color css

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

 span { border-color: rgb(56,124,128); }

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