#356185

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

Shades of Matisse #356185

Tints of Matisse #356185

Color information

#356185 (or 0x356185) is unknown color: approx Matisse. HEX triplet: 35, 61 and 85. RGB value is (53,97,133). Sum of RGB (Red+Green+Blue) = 53+97+133=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #356185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356185 is #CA9E7A. Grayscale: #575757. Windows color (decimal): -13278843 or 8741173. OLE color: 8741173.

HSL color Cylindrical-coordinate representation of color #356185: hue angle of 207º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356185 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5397133-
CMYK0.600.2700.48
HSL207º43.01%36.47%-
HSV(B)207º60.15%52.16%-
XYZ9.981123.79-
YUV87.95153.42103.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=18.73%
G=34.28%
B=47.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53971330.600.2700.4820743.0136.47
Hex3561853C1B030cf2b24
Octal6514120574330603175344
Binary11010111000011000010111110011011011000011001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356185; }

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

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

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

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

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

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

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

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