#355B83

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

Shades of Matisse #355B83

Tints of Matisse #355B83

Color information

#355B83 (or 0x355B83) is unknown color: approx Matisse. HEX triplet: 35, 5B and 83. RGB value is (53,91,131). Sum of RGB (Red+Green+Blue) = 53+91+131=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #355B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355B83 is #CAA47C. Grayscale: #545454. Windows color (decimal): -13280381 or 8608565. OLE color: 8608565.

HSL color Cylindrical-coordinate representation of color #355B83: hue angle of 210.77º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #355B83 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5391131-
CMYK0.600.3100.49
HSL210.77º42.39%36.08%-
HSV(B)210.77º59.54%51.37%-
XYZ9.319.8822.89-
YUV84.2154.41105.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=19.27%
G=33.09%
B=47.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53911310.600.3100.49210.7742.3936.08
Hex355B833C1F031d32a24
Octal6513320374370613235244
Binary11010110110111000001111110011111011000111010011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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