#355778

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

Shades of Matisse #355778

Tints of Matisse #355778

Color information

#355778 (or 0x355778) is unknown color: approx Matisse. HEX triplet: 35, 57 and 78. RGB value is (53,87,120). Sum of RGB (Red+Green+Blue) = 53+87+120=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #355778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355778 is #CAA887. Grayscale: #505050. Windows color (decimal): -13281416 or 7886645. OLE color: 7886645.

HSL color Cylindrical-coordinate representation of color #355778: hue angle of 209.55º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #355778 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5387120-
CMYK0.560.2800.53
HSL209.55º38.73%33.92%-
HSV(B)209.55º55.83%47.06%-
XYZ8.278.9319.06-
YUV80.6150.24108.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=20.38%
G=33.46%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53871200.560.2800.53209.5538.7333.92
Hex355778381C035d22722
Octal6512717070340653224742
Binary1101011010111111100011100011100011010111010010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355778; }

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

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

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

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

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

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

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

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