#376185

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

Shades of Matisse #376185

Tints of Matisse #376185

Color information

#376185 (or 0x376185) is unknown color: approx Matisse. HEX triplet: 37, 61 and 85. RGB value is (55,97,133). Sum of RGB (Red+Green+Blue) = 55+97+133=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #376185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376185 is #C89E7A. Grayscale: #585858. Windows color (decimal): -13147771 or 8741175. OLE color: 8741175.

HSL color Cylindrical-coordinate representation of color #376185: hue angle of 207.69º 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 #376185 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5597133-
CMYK0.590.2700.48
HSL207.69º41.49%36.86%-
HSV(B)207.69º58.65%52.16%-
XYZ10.0811.0623.79-
YUV88.55153.09104.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=19.30%
G=34.04%
B=46.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55971330.590.2700.48207.6941.4936.86
Hex3761853B1B030d02925
Octal6714120573330603205145
Binary11011111000011000010111101111011011000011010000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376185; }

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

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

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

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

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

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

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

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