#355675

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

Shades of Matisse #355675

Tints of Matisse #355675

Color information

#355675 (or 0x355675) is unknown color: approx Matisse. HEX triplet: 35, 56 and 75. RGB value is (53,86,117). Sum of RGB (Red+Green+Blue) = 53+86+117=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #355675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355675 is #CAA98A. Grayscale: #4F4F4F. Windows color (decimal): -13281675 or 7689781. OLE color: 7689781.

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

Color convert

RGB5386117-
CMYK0.550.2600.54
HSL209.06º37.65%33.33%-
HSV(B)209.06º54.7%45.88%-
XYZ8.018.718.09-
YUV79.67149.07108.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=20.70%
G=33.59%
B=45.70%

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
Decimal53861170.550.2600.54209.0637.6533.33
Hex355675371A036d12621
Octal6512616567320663214641
Binary1101011010110111010111011111010011011011010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355675; }

 p { color: rgb(53,86,117); }

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

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

 a { background-color: rgb(53,86,117); }

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

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

 span { border-color: rgb(53,86,117); }

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