#355978

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

Shades of Matisse #355978

Tints of Matisse #355978

Color information

#355978 (or 0x355978) is unknown color: approx Matisse. HEX triplet: 35, 59 and 78. RGB value is (53,89,120). Sum of RGB (Red+Green+Blue) = 53+89+120=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #355978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355978 is #CAA687. Grayscale: #515151. Windows color (decimal): -13280904 or 7887157. OLE color: 7887157.

HSL color Cylindrical-coordinate representation of color #355978: hue angle of 207.76º 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 #355978 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5389120-
CMYK0.560.2600.53
HSL207.76º38.73%33.92%-
HSV(B)207.76º55.83%47.06%-
XYZ8.439.2619.11-
YUV81.77149.57107.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 89 (35.16% from 255) = 33.97%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=20.23%
G=33.97%
B=45.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53891200.560.2600.53207.7638.7333.92
Hex355978381A035d02722
Octal6513117070320653204742
Binary1101011011001111100011100011010011010111010000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355978; }

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

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

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

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

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

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

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

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