#356089

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

Shades of Matisse #356089

Tints of Matisse #356089

Color information

#356089 (or 0x356089) is unknown color: approx Matisse. HEX triplet: 35, 60 and 89. RGB value is (53,96,137). Sum of RGB (Red+Green+Blue) = 53+96+137=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #356089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356089 is #CA9F76. Grayscale: #575757. Windows color (decimal): -13279095 or 9003061. OLE color: 9003061.

HSL color Cylindrical-coordinate representation of color #356089: hue angle of 209.29º 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 #356089 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5396137-
CMYK0.610.3000.46
HSL209.29º44.21%37.25%-
HSV(B)209.29º61.31%53.73%-
XYZ10.1710.9325.24-
YUV87.82155.75103.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.53%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 137 (53.91% from 255) = 47.90%
R=18.53%
G=33.57%
B=47.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53961370.610.3000.46209.2944.2137.25
Hex3560893D1E02Ed12c25
Octal6514021175360563215445
Binary11010111000001000100111110111110010111011010001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356089; }

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

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

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

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

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

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

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

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