Html Css Color HEX #387780 Ming

📋 copy color: '#387780'

red 56 ◦ green 119 ◦ blue 128

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

Shades of Ming #387780

Tints of Ming #387780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.27%

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

R = 18.48%
G = 39.27%
B = 42.24%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#387780 (or 0x387780) is known color: Ming. HEX triplet: 38, 77 and 80. RGB value is (56,119,128). Sum of RGB (Red+Green+Blue) = 56+119+128=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 128 - color contains mainly: blue. Hex color #387780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387780 is #C7887F. Grayscale: #656565. Windows color (decimal): -13076608 or 8419128. OLE color: 8419128.

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

Color convert

RGB 56 119 128 -
CMYK 0.56 0.07 0 0.50
HSL 187.5º 0.39% 0.36% -
HSV(B) 187.5º 0.56% 0.5% -
XYZ 12.12 15.59 22.79 -
YUV 101.19 143.13 95.77 -
System Red Green Blue C M Y K H S L
Decimal 56 119 128 0.56 0.07 0 0.50 187.5 0.39 0.36
Hex 38 77 80 38 7 0 32 BC 27 24
Octal 70 167 200 70 7 0 62 274 47 44
Binary 111000 1110111 10000000 111000 111 0 110010 10111100 100111 100100

Color Harmonies of #387780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387780

Black with #387780

Text Example


Text Example

White with #387780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387780; }

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

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

background-color css

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

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

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

border-color css

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

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

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