#356385

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

Shades of Matisse #356385

Tints of Matisse #356385

Color information

#356385 (or 0x356385) is unknown color: approx Matisse. HEX triplet: 35, 63 and 85. RGB value is (53,99,133). Sum of RGB (Red+Green+Blue) = 53+99+133=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 99 (39.06% from 255 or 34.74% 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 #356385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356385 is #CA9C7A. Grayscale: #585858. Windows color (decimal): -13278331 or 8741685. OLE color: 8741685.

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

Color convert

RGB5399133-
CMYK0.600.2600.48
HSL205.5º43.01%36.47%-
HSV(B)205.5º60.15%52.16%-
XYZ10.1611.3723.85-
YUV89.12152.76102.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=18.60%
G=34.74%
B=46.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53991330.600.2600.48205.543.0136.47
Hex3563853C1A030ce2b24
Octal6514320574320603165344
Binary11010111000111000010111110011010011000011001110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356385; }

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

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

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

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

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

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

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

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