#356485

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

Shades of Matisse #356485

Tints of Matisse #356485

Color information

#356485 (or 0x356485) is unknown color: approx Matisse. HEX triplet: 35, 64 and 85. RGB value is (53,100,133). Sum of RGB (Red+Green+Blue) = 53+100+133=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 100 (39.45% from 255 or 34.97% 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 #356485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356485 is #CA9B7A. Grayscale: #595959. Windows color (decimal): -13278075 or 8741941. OLE color: 8741941.

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

Color convert

RGB53100133-
CMYK0.600.2500.48
HSL204.75º43.01%36.47%-
HSV(B)204.75º60.15%52.16%-
XYZ10.2611.5623.88-
YUV89.71152.43101.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=18.53%
G=34.97%
B=46.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531001330.600.2500.48204.7543.0136.47
Hex3564853C19030cd2b24
Octal6514420574310603155344
Binary11010111001001000010111110011001011000011001101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356485; }

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

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

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

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

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

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

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

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