Html Css Color HEX #376E78 Ming

📋 copy color: '#376E78'

red 55 ◦ green 110 ◦ blue 120

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

Shades of Ming #376E78

Tints of Ming #376E78

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.6%

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

R = 19.3%
G = 38.6%
B = 42.11%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#376E78 (or 0x376E78) is known color: Ming. HEX triplet: 37, 6E and 78. RGB value is (55,110,120). Sum of RGB (Red+Green+Blue) = 55+110+120=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #376E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376E78 is #C89187. Grayscale: #5E5E5E. Windows color (decimal): -13144456 or 7892535. OLE color: 7892535.

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

Color convert

RGB 55 110 120 -
CMYK 0.54 0.08 0 0.53
HSL 189.23º 0.37% 0.34% -
HSV(B) 189.23º 0.54% 0.47% -
XYZ 10.54 13.32 19.78 -
YUV 94.7 142.28 99.69 -
System Red Green Blue C M Y K H S L
Decimal 55 110 120 0.54 0.08 0 0.53 189.23 0.37 0.34
Hex 37 6E 78 36 8 0 35 BD 25 22
Octal 67 156 170 66 10 0 65 275 45 42
Binary 110111 1101110 1111000 110110 1000 0 110101 10111101 100101 100010

Color Harmonies of #376E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E78

Black with #376E78

Text Example


Text Example

White with #376E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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