#355977

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

Shades of Matisse #355977

Tints of Matisse #355977

Color information

#355977 (or 0x355977) is unknown color: approx Matisse. HEX triplet: 35, 59 and 77. RGB value is (53,89,119). Sum of RGB (Red+Green+Blue) = 53+89+119=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #355977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355977 is #CAA688. Grayscale: #515151. Windows color (decimal): -13280905 or 7821621. OLE color: 7821621.

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

Color convert

RGB5389119-
CMYK0.550.2500.53
HSL207.27º38.37%33.73%-
HSV(B)207.27º55.46%46.67%-
XYZ8.379.2318.79-
YUV81.66149.07107.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.31%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=20.31%
G=34.10%
B=45.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53891190.550.2500.53207.2738.3733.73
Hex3559773719035cf2622
Octal6513116767310653174642
Binary1101011011001111011111011111001011010111001111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355977; }

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

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

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

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

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

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

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

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