#356286

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

Shades of Matisse #356286

Tints of Matisse #356286

Color information

#356286 (or 0x356286) is unknown color: approx Matisse. HEX triplet: 35, 62 and 86. RGB value is (53,98,134). Sum of RGB (Red+Green+Blue) = 53+98+134=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #356286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356286 is #CA9D79. Grayscale: #585858. Windows color (decimal): -13278586 or 8806965. OLE color: 8806965.

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

Color convert

RGB5398134-
CMYK0.600.2700.47
HSL206.67º43.32%36.67%-
HSV(B)206.67º60.45%52.55%-
XYZ10.1411.2124.18-
YUV88.65153.59102.57-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=18.60%
G=34.39%
B=47.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53981340.600.2700.47206.6743.3236.67
Hex3562863C1B02Fcf2b25
Octal6514220674330573175345
Binary11010111000101000011011110011011010111111001111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356286; }

 p { color: rgb(53,98,134); }

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

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

 a { background-color: rgb(53,98,134); }

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

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

 span { border-color: rgb(53,98,134); }

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