Html Css Color HEX #387279 Ming

📋 copy color: '#387279'

red 56 ◦ green 114 ◦ blue 121

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

Shades of Ming #387279

Tints of Ming #387279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.18%

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

R = 19.24%
G = 39.18%
B = 41.58%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#387279 (or 0x387279) is known color: Ming. HEX triplet: 38, 72 and 79. RGB value is (56,114,121). Sum of RGB (Red+Green+Blue) = 56+114+121=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 121 (47.66% from 255 or 41.58% from 291); Max value from RGB is 121 - color contains mainly: blue. Hex color #387279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387279 is #C78D86. Grayscale: #616161. Windows color (decimal): -13077895 or 7959096. OLE color: 7959096.

HSL color Cylindrical-coordinate representation of color #387279: hue angle of 186.46º 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 #387279 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 114 121 -
CMYK 0.54 0.06 0 0.53
HSL 186.46º 0.37% 0.35% -
HSV(B) 186.46º 0.54% 0.47% -
XYZ 11.1 14.26 20.26 -
YUV 97.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 56 114 121 0.54 0.06 0 0.53 186.46 0.37 0.35
Hex 38 72 79 36 6 0 35 BA 25 23
Octal 70 162 171 66 6 0 65 272 45 43
Binary 111000 1110010 1111001 110110 110 0 110101 10111010 100101 100011

Color Harmonies of #387279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387279

Black with #387279

Text Example


Text Example

White with #387279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387279; }

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

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

background-color css

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

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

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

border-color css

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

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

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