#376285

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

Shades of Matisse #376285

Tints of Matisse #376285

Color information

#376285 (or 0x376285) is unknown color: approx Matisse. HEX triplet: 37, 62 and 85. RGB value is (55,98,133). Sum of RGB (Red+Green+Blue) = 55+98+133=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #376285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #376285 is #C89D7A. Grayscale: #585858. Windows color (decimal): -13147515 or 8741431. OLE color: 8741431.

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

Color convert

RGB5598133-
CMYK0.590.2600.48
HSL206.92º41.49%36.86%-
HSV(B)206.92º58.65%52.16%-
XYZ10.1811.2423.82-
YUV89.13152.75103.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.23%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=19.23%
G=34.27%
B=46.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55981330.590.2600.48206.9241.4936.86
Hex3762853B1A030cf2925
Octal6714220573320603175145
Binary11011111000101000010111101111010011000011001111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376285; }

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

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

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

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

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

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

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

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