#355D77

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

Shades of Matisse #355D77

Tints of Matisse #355D77

Color information

#355D77 (or 0x355D77) is unknown color: approx Matisse. HEX triplet: 35, 5D and 77. RGB value is (53,93,119). Sum of RGB (Red+Green+Blue) = 53+93+119=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #355D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D77 is #CAA288. Grayscale: #535353. Windows color (decimal): -13279881 or 7822645. OLE color: 7822645.

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

Color convert

RGB5393119-
CMYK0.550.2200.53
HSL203.64º38.37%33.73%-
HSV(B)203.64º55.46%46.67%-
XYZ8.719.9218.91-
YUV84147.75105.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 93 (36.72% from 255) = 35.09%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=20%
G=35.09%
B=44.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53931190.550.2200.53203.6438.3733.73
Hex355D773716035cc2622
Octal6513516767260653144642
Binary1101011011101111011111011110110011010111001100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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