#356387

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

Shades of Matisse #356387

Tints of Matisse #356387

Color information

#356387 (or 0x356387) is unknown color: approx Matisse. HEX triplet: 35, 63 and 87. RGB value is (53,99,135). Sum of RGB (Red+Green+Blue) = 53+99+135=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #356387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356387 is #CA9C78. Grayscale: #595959. Windows color (decimal): -13278329 or 8872757. OLE color: 8872757.

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

Color convert

RGB5399135-
CMYK0.610.2700.47
HSL206.34º43.62%36.86%-
HSV(B)206.34º60.74%52.94%-
XYZ10.311.4324.58-
YUV89.35153.76102.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.47%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=18.47%
G=34.49%
B=47.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53991350.610.2700.47206.3443.6236.86
Hex3563873D1B02Fce2c25
Octal6514320775330573165445
Binary11010111000111000011111110111011010111111001110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356387; }

 p { color: rgb(53,99,135); }

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

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

 a { background-color: rgb(53,99,135); }

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

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

 span { border-color: rgb(53,99,135); }

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