Html Css Color HEX #387277 Ming

📋 copy color: '#387277'

red 56 ◦ green 114 ◦ blue 119

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

Shades of Ming #387277

Tints of Ming #387277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 19.38%
G = 39.45%
B = 41.18%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#387277 (or 0x387277) is known color: Ming. HEX triplet: 38, 72 and 77. RGB value is (56,114,119). Sum of RGB (Red+Green+Blue) = 56+114+119=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #387277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387277 is #C78D88. Grayscale: #616161. Windows color (decimal): -13077897 or 7828024. OLE color: 7828024.

HSL color Cylindrical-coordinate representation of color #387277: hue angle of 184.76º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387277 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 114 119 -
CMYK 0.53 0.04 0 0.53
HSL 184.76º 0.36% 0.34% -
HSV(B) 184.76º 0.53% 0.47% -
XYZ 10.98 14.21 19.62 -
YUV 97.23 140.28 98.59 -
System Red Green Blue C M Y K H S L
Decimal 56 114 119 0.53 0.04 0 0.53 184.76 0.36 0.34
Hex 38 72 77 35 4 0 35 B9 24 22
Octal 70 162 167 65 4 0 65 271 44 42
Binary 111000 1110010 1110111 110101 100 0 110101 10111001 100100 100010

Color Harmonies of #387277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387277

Black with #387277

Text Example


Text Example

White with #387277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387277; }

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

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

background-color css

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

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

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

border-color css

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

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

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