Html Css Color HEX #387B80 Ming

📋 copy color: '#387B80'

red 56 ◦ green 123 ◦ blue 128

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

Shades of Ming #387B80

Tints of Ming #387B80

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.07%

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

R = 18.24%
G = 40.07%
B = 41.69%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#387B80 (or 0x387B80) is known color: Ming. HEX triplet: 38, 7B and 80. RGB value is (56,123,128). Sum of RGB (Red+Green+Blue) = 56+123+128=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #387B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387B80 is #C7847F. Grayscale: #676767. Windows color (decimal): -13075584 or 8420152. OLE color: 8420152.

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

Color convert

RGB 56 123 128 -
CMYK 0.56 0.04 0 0.50
HSL 184.17º 0.39% 0.36% -
HSV(B) 184.17º 0.56% 0.5% -
XYZ 12.61 16.57 22.95 -
YUV 103.54 141.8 94.09 -
System Red Green Blue C M Y K H S L
Decimal 56 123 128 0.56 0.04 0 0.50 184.17 0.39 0.36
Hex 38 7B 80 38 4 0 32 B8 27 24
Octal 70 173 200 70 4 0 62 270 47 44
Binary 111000 1111011 10000000 111000 100 0 110010 10111000 100111 100100

Color Harmonies of #387B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387B80

Black with #387B80

Text Example


Text Example

White with #387B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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