Html Css Color HEX #376D78 Ming

📋 copy color: '#376D78'

red 55 ◦ green 109 ◦ blue 120

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

Shades of Ming #376D78

Tints of Ming #376D78

RGB

 RED value IS 55 (21.88% from 255) = 19.37%

 GREEN value IS 109 (42.97% from 255) = 38.38%

 BLUE value IS 120 (47.27% from 255) = 42.25%

R = 19.37%
G = 38.38%
B = 42.25%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376D78 (or 0x376D78) is known color: Ming. HEX triplet: 37, 6D and 78. RGB value is (55,109,120). Sum of RGB (Red+Green+Blue) = 55+109+120=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #376D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376D78 is #C89287. Grayscale: #5E5E5E. Windows color (decimal): -13144712 or 7892279. OLE color: 7892279.

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

Color convert

RGB 55 109 120 -
CMYK 0.54 0.09 0 0.53
HSL 190.15º 0.37% 0.34% -
HSV(B) 190.15º 0.54% 0.47% -
XYZ 10.43 13.11 19.75 -
YUV 94.11 142.61 100.11 -
System Red Green Blue C M Y K H S L
Decimal 55 109 120 0.54 0.09 0 0.53 190.15 0.37 0.34
Hex 37 6D 78 36 9 0 35 BE 25 22
Octal 67 155 170 66 11 0 65 276 45 42
Binary 110111 1101101 1111000 110110 1001 0 110101 10111110 100101 100010

Color Harmonies of #376D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376D78

Black with #376D78

Text Example


Text Example

White with #376D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376D78; }

 p { color: rgb(55,109,120); }

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

background-color css

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

 a { background-color: rgb(55,109,120); }

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

border-color css

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

 span { border-color: rgb(55,109,120); }

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