#355980

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

Shades of Matisse #355980

Tints of Matisse #355980

Color information

#355980 (or 0x355980) is unknown color: approx Matisse. HEX triplet: 35, 59 and 80. RGB value is (53,89,128). Sum of RGB (Red+Green+Blue) = 53+89+128=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #355980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355980 is #CAA67F. Grayscale: #525252. Windows color (decimal): -13280896 or 8411445. OLE color: 8411445.

HSL color Cylindrical-coordinate representation of color #355980: hue angle of 211.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355980 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5389128-
CMYK0.590.3000.50
HSL211.2º41.44%35.49%-
HSV(B)211.2º58.59%50.2%-
XYZ8.949.4621.78-
YUV82.68153.57106.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 89 (35.16% from 255) = 32.96%
BLUE value IS 128 (50.39% from 255) = 47.41%
R=19.63%
G=32.96%
B=47.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal53891280.590.3000.50211.241.4435.49
Hex3559803B1E032d32923
Octal6513120073360623235143
Binary11010110110011000000011101111110011001011010011101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355980; }

 p { color: rgb(53,89,128); }

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

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

 a { background-color: rgb(53,89,128); }

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

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

 span { border-color: rgb(53,89,128); }

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