#355776

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

Shades of Matisse #355776

Tints of Matisse #355776

Color information

#355776 (or 0x355776) is unknown color: approx Matisse. HEX triplet: 35, 57 and 76. RGB value is (53,87,118). Sum of RGB (Red+Green+Blue) = 53+87+118=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #355776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355776 is #CAA889. Grayscale: #505050. Windows color (decimal): -13281418 or 7755573. OLE color: 7755573.

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

Color convert

RGB5387118-
CMYK0.550.2600.54
HSL208.62º38.01%33.53%-
HSV(B)208.62º55.08%46.27%-
XYZ8.158.8818.42-
YUV80.37149.24108.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 118 (46.48% from 255) = 45.74%
R=20.54%
G=33.72%
B=45.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53871180.550.2600.54208.6238.0133.53
Hex355776371A036d12622
Octal6512716667320663214642
Binary1101011010111111011011011111010011011011010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355776; }

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

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

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

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

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

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

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

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