#355676

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

Shades of Matisse #355676

Tints of Matisse #355676

Color information

#355676 (or 0x355676) is unknown color: approx Matisse. HEX triplet: 35, 56 and 76. RGB value is (53,86,118). Sum of RGB (Red+Green+Blue) = 53+86+118=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #355676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355676 is #CAA989. Grayscale: #4F4F4F. Windows color (decimal): -13281674 or 7755317. OLE color: 7755317.

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

Color convert

RGB5386118-
CMYK0.550.2700.54
HSL209.54º38.01%33.53%-
HSV(B)209.54º55.08%46.27%-
XYZ8.078.7218.4-
YUV79.78149.57108.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=20.62%
G=33.46%
B=45.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53861180.550.2700.54209.5438.0133.53
Hex355676371B036d22622
Octal6512616667330663224642
Binary1101011010110111011011011111011011011011010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355676; }

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

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

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

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

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

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

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

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