#376C6F

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

Shades of Ming #376C6F

Tints of Ming #376C6F

Color information

#376C6F (or 0x376C6F) is unknown color: approx Ming. HEX triplet: 37, 6C and 6F. RGB value is (55,108,111). Sum of RGB (Red+Green+Blue) = 55+108+111=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 111 - color contains mainly: blue. Hex color #376C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376C6F is #C89390. Grayscale: #5C5C5C. Windows color (decimal): -13144977 or 7302199. OLE color: 7302199.

HSL color Cylindrical-coordinate representation of color #376C6F: hue angle of 183.21º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #376C6F is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55108111-
CMYK0.500.0300.56
HSL183.21º33.73%32.55%-
HSV(B)183.21º50.45%43.53%-
XYZ9.8112.6916.97-
YUV92.49138.44101.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.07%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 111 (43.75% from 255) = 40.51%
R=20.07%
G=39.42%
B=40.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551081110.500.0300.56183.2133.7332.55
Hex376C6F323038b72221
Octal671541576230702674241
Binary1101111101100110111111001011011100010110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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