#376085

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

Shades of Matisse #376085

Tints of Matisse #376085

Color information

#376085 (or 0x376085) is unknown color: approx Matisse. HEX triplet: 37, 60 and 85. RGB value is (55,96,133). Sum of RGB (Red+Green+Blue) = 55+96+133=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #376085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376085 is #C89F7A. Grayscale: #575757. Windows color (decimal): -13148027 or 8740919. OLE color: 8740919.

HSL color Cylindrical-coordinate representation of color #376085: hue angle of 208.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #376085 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5596133-
CMYK0.590.2800.48
HSL208.46º41.49%36.86%-
HSV(B)208.46º58.65%52.16%-
XYZ9.9910.8723.76-
YUV87.96153.42104.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.37%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=19.37%
G=33.80%
B=46.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55961330.590.2800.48208.4641.4936.86
Hex3760853B1C030d02925
Octal6714020573340603205145
Binary11011111000001000010111101111100011000011010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376085; }

 p { color: rgb(55,96,133); }

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

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

 a { background-color: rgb(55,96,133); }

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

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

 span { border-color: rgb(55,96,133); }

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