#376586

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

Shades of Matisse #376586

Tints of Matisse #376586

Color information

#376586 (or 0x376586) is unknown color: approx Matisse. HEX triplet: 37, 65 and 86. RGB value is (55,101,134). Sum of RGB (Red+Green+Blue) = 55+101+134=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #376586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376586 is #C89A79. Grayscale: #5A5A5A. Windows color (decimal): -13146746 or 8807735. OLE color: 8807735.

HSL color Cylindrical-coordinate representation of color #376586: hue angle of 205.06º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376586 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55101134-
CMYK0.590.2500.47
HSL205.06º41.8%37.06%-
HSV(B)205.06º58.96%52.55%-
XYZ10.5311.8424.28-
YUV91.01152.26102.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.97%
GREEN value IS 101 (39.84% from 255) = 34.83%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=18.97%
G=34.83%
B=46.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551011340.590.2500.47205.0641.837.06
Hex3765863B1902Fcd2a25
Octal6714520673310573155245
Binary11011111001011000011011101111001010111111001101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376586; }

 p { color: rgb(55,101,134); }

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

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

 a { background-color: rgb(55,101,134); }

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

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

 span { border-color: rgb(55,101,134); }

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