#355B76

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

Shades of Matisse #355B76

Tints of Matisse #355B76

Color information

#355B76 (or 0x355B76) is unknown color: approx Matisse. HEX triplet: 35, 5B and 76. RGB value is (53,91,118). Sum of RGB (Red+Green+Blue) = 53+91+118=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #355B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B76 is #CAA489. Grayscale: #525252. Windows color (decimal): -13280394 or 7756597. OLE color: 7756597.

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

Color convert

RGB5391118-
CMYK0.550.2300.54
HSL204.92º38.01%33.53%-
HSV(B)204.92º55.08%46.27%-
XYZ8.489.5518.54-
YUV82.72147.91106.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 91 (35.94% from 255) = 34.73%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=20.23%
G=34.73%
B=45.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal53911180.550.2300.54204.9238.0133.53
Hex355B763717036cd2622
Octal6513316667270663154642
Binary1101011011011111011011011110111011011011001101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355B76; }

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

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

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

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

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

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

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

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