#376A6D

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

Shades of Ming #376A6D

Tints of Ming #376A6D

Color information

#376A6D (or 0x376A6D) is unknown color: approx Ming. HEX triplet: 37, 6A and 6D. RGB value is (55,106,109). Sum of RGB (Red+Green+Blue) = 55+106+109=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #376A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376A6D is #C89592. Grayscale: #5B5B5B. Windows color (decimal): -13145491 or 7170615. OLE color: 7170615.

HSL color Cylindrical-coordinate representation of color #376A6D: hue angle of 183.33º 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 #376A6D is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB55106109-
CMYK0.500.0300.57
HSL183.33º32.93%32.16%-
HSV(B)183.33º49.54%42.75%-
XYZ9.4912.2216.33-
YUV91.09138.1102.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 106 (41.80% from 255) = 39.26%
BLUE value IS 109 (42.97% from 255) = 40.37%
R=20.37%
G=39.26%
B=40.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal551061090.500.0300.57183.3332.9332.16
Hex376A6D323039b72120
Octal671521556230712674140
Binary1101111101010110110111001011011100110110111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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