#355777

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

Shades of Matisse #355777

Tints of Matisse #355777

Color information

#355777 (or 0x355777) is unknown color: approx Matisse. HEX triplet: 35, 57 and 77. RGB value is (53,87,119). Sum of RGB (Red+Green+Blue) = 53+87+119=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #355777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355777 is #CAA888. Grayscale: #505050. Windows color (decimal): -13281417 or 7821109. OLE color: 7821109.

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

Color convert

RGB5387119-
CMYK0.550.2700.53
HSL209.09º38.37%33.73%-
HSV(B)209.09º55.46%46.67%-
XYZ8.218.9118.74-
YUV80.48149.74108.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=20.46%
G=33.59%
B=45.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal53871190.550.2700.53209.0938.3733.73
Hex355777371B035d12622
Octal6512716767330653214642
Binary1101011010111111011111011111011011010111010001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355777; }

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

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

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

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

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

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

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

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