#356389

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

Shades of Matisse #356389

Tints of Matisse #356389

Color information

#356389 (or 0x356389) is unknown color: approx Matisse. HEX triplet: 35, 63 and 89. RGB value is (53,99,137). Sum of RGB (Red+Green+Blue) = 53+99+137=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #356389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356389 is #CA9C76. Grayscale: #595959. Windows color (decimal): -13278327 or 9003829. OLE color: 9003829.

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

Color convert

RGB5399137-
CMYK0.610.2800.46
HSL207.14º44.21%37.25%-
HSV(B)207.14º61.31%53.73%-
XYZ10.4511.4925.33-
YUV89.58154.76101.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=18.34%
G=34.26%
B=47.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53991370.610.2800.46207.1444.2137.25
Hex3563893D1C02Ecf2c25
Octal6514321175340563175445
Binary11010111000111000100111110111100010111011001111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356389; }

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

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

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

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

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

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

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

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