Html Css Color HEX #387579 Ming

📋 copy color: '#387579'

red 56 ◦ green 117 ◦ blue 121

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

Shades of Ming #387579

Tints of Ming #387579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 19.05%
G = 39.8%
B = 41.16%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#387579 (or 0x387579) is known color: Ming. HEX triplet: 38, 75 and 79. RGB value is (56,117,121). Sum of RGB (Red+Green+Blue) = 56+117+121=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 121 - color contains mainly: blue. Hex color #387579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387579 is #C78A86. Grayscale: #636363. Windows color (decimal): -13077127 or 7959864. OLE color: 7959864.

HSL color Cylindrical-coordinate representation of color #387579: hue angle of 183.69º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387579 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 117 121 -
CMYK 0.54 0.03 0 0.53
HSL 183.69º 0.37% 0.35% -
HSV(B) 183.69º 0.54% 0.47% -
XYZ 11.44 14.94 20.37 -
YUV 99.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 56 117 121 0.54 0.03 0 0.53 183.69 0.37 0.35
Hex 38 75 79 36 3 0 35 B8 25 23
Octal 70 165 171 66 3 0 65 270 45 43
Binary 111000 1110101 1111001 110110 11 0 110101 10111000 100101 100011

Color Harmonies of #387579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387579

Black with #387579

Text Example


Text Example

White with #387579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387579; }

 p { color: rgb(56,117,121); }

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

background-color css

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

 a { background-color: rgb(56,117,121); }

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

border-color css

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

 span { border-color: rgb(56,117,121); }

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