#376C78

Color #376C78 Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #376C78

Tints of Ming #376C78

Color information

#376C78 (or 0x376C78) is unknown color: approx Ming. HEX triplet: 37, 6C and 78. RGB value is (55,108,120). Sum of RGB (Red+Green+Blue) = 55+108+120=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 120 (47.27% from 255 or 42.40% from 283); Max value from RGB is 120 - color contains mainly: blue. Hex color #376C78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C78 is #C89387. Grayscale: #5D5D5D. Windows color (decimal): -13144968 or 7892023. OLE color: 7892023.

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

Color convert

RGB55108120-
CMYK0.540.1000.53
HSL191.08º37.14%34.31%-
HSV(B)191.08º54.17%47.06%-
XYZ10.3312.8919.71-
YUV93.52142.94100.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.43%
GREEN value IS 108 (42.58% from 255) = 38.16%
BLUE value IS 120 (47.27% from 255) = 42.40%
R=19.43%
G=38.16%
B=42.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal551081200.540.1000.53191.0837.1434.31
Hex376C7836A035bf2522
Octal6715417066120652774542
Binary110111110110011110001101101010011010110111111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #376C78;
 }
 .AnyTagClassName
 {
   color: #376C78;
 }
</style>
background-color css

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

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

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

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

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

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