#355677

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

Shades of Matisse #355677

Tints of Matisse #355677

Color information

#355677 (or 0x355677) is unknown color: approx Matisse. HEX triplet: 35, 56 and 77. RGB value is (53,86,119). Sum of RGB (Red+Green+Blue) = 53+86+119=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #355677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355677 is #CAA988. Grayscale: #4F4F4F. Windows color (decimal): -13281673 or 7820853. OLE color: 7820853.

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

Color convert

RGB5386119-
CMYK0.550.2800.53
HSL210º38.37%33.73%-
HSV(B)210º55.46%46.67%-
XYZ8.138.7418.71-
YUV79.9150.07108.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=20.54%
G=33.33%
B=46.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53861190.550.2800.5321038.3733.73
Hex355677371C035d22622
Octal6512616767340653224642
Binary1101011010110111011111011111100011010111010010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355677; }

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

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

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

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

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

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

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

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