#376B6E

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

Shades of Ming #376B6E

Tints of Ming #376B6E

Color information

#376B6E (or 0x376B6E) is unknown color: approx Ming. HEX triplet: 37, 6B and 6E. RGB value is (55,107,110). Sum of RGB (Red+Green+Blue) = 55+107+110=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #376B6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376B6E is #C89491. Grayscale: #5B5B5B. Windows color (decimal): -13145234 or 7236407. OLE color: 7236407.

HSL color Cylindrical-coordinate representation of color #376B6E: hue angle of 183.27º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376B6E is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB55107110-
CMYK0.50.0300.57
HSL183.27º33.33%32.35%-
HSV(B)183.27º50%43.14%-
XYZ9.6512.4516.65-
YUV91.79138.27101.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.22%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=20.22%
G=39.34%
B=40.44%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal551071100.50.0300.57183.2733.3332.35
Hex376B6E323039b72120
Octal671531566230712674140
Binary1101111101011110111011001011011100110110111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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