#355775

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

Shades of Matisse #355775

Tints of Matisse #355775

Color information

#355775 (or 0x355775) is unknown color: approx Matisse. HEX triplet: 35, 57 and 75. RGB value is (53,87,117). Sum of RGB (Red+Green+Blue) = 53+87+117=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #355775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355775 is #CAA88A. Grayscale: #505050. Windows color (decimal): -13281419 or 7690037. OLE color: 7690037.

HSL color Cylindrical-coordinate representation of color #355775: hue angle of 208.12º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355775 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5387117-
CMYK0.550.2600.54
HSL208.12º37.65%33.33%-
HSV(B)208.12º54.7%45.88%-
XYZ8.098.8618.11-
YUV80.25148.74108.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=20.62%
G=33.85%
B=45.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53871170.550.2600.54208.1237.6533.33
Hex355775371A036d02621
Octal6512716567320663204641
Binary1101011010111111010111011111010011011011010000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355775; }

 p { color: rgb(53,87,117); }

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

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

 a { background-color: rgb(53,87,117); }

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

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

 span { border-color: rgb(53,87,117); }

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