#355974

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

Shades of Matisse #355974

Tints of Matisse #355974

Color information

#355974 (or 0x355974) is unknown color: approx Matisse. HEX triplet: 35, 59 and 74. RGB value is (53,89,116). Sum of RGB (Red+Green+Blue) = 53+89+116=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #355974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355974 is #CAA68B. Grayscale: #515151. Windows color (decimal): -13280908 or 7625013. OLE color: 7625013.

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

Color convert

RGB5389116-
CMYK0.540.2300.55
HSL205.71º37.28%33.14%-
HSV(B)205.71º54.31%45.49%-
XYZ8.199.1617.86-
YUV81.31147.57107.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=20.54%
G=34.50%
B=44.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53891160.540.2300.55205.7137.2833.14
Hex3559743617037ce2521
Octal6513116466270673164541
Binary1101011011001111010011011010111011011111001110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355974; }

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

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

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

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

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

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

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

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