#355879

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

Shades of Matisse #355879

Tints of Matisse #355879

Color information

#355879 (or 0x355879) is unknown color: approx Matisse. HEX triplet: 35, 58 and 79. RGB value is (53,88,121). Sum of RGB (Red+Green+Blue) = 53+88+121=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #355879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355879 is #CAA786. Grayscale: #515151. Windows color (decimal): -13281159 or 7952437. OLE color: 7952437.

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

Color convert

RGB5388121-
CMYK0.560.2700.53
HSL209.12º39.08%34.12%-
HSV(B)209.12º56.2%47.45%-
XYZ8.419.1219.41-
YUV81.3150.4107.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=20.23%
G=33.59%
B=46.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53881210.560.2700.53209.1239.0834.12
Hex355879381B035d12722
Octal6513017170330653214742
Binary1101011011000111100111100011011011010111010001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355879; }

 p { color: rgb(53,88,121); }

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

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

 a { background-color: rgb(53,88,121); }

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

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

 span { border-color: rgb(53,88,121); }

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