#355F83

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

Shades of Matisse #355F83

Tints of Matisse #355F83

Color information

#355F83 (or 0x355F83) is unknown color: approx Matisse. HEX triplet: 35, 5F and 83. RGB value is (53,95,131). Sum of RGB (Red+Green+Blue) = 53+95+131=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 131 (51.56% from 255 or 46.95% from 279); Max value from RGB is 131 - color contains mainly: blue. Hex color #355F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F83 is #CAA07C. Grayscale: #565656. Windows color (decimal): -13279357 or 8609589. OLE color: 8609589.

HSL color Cylindrical-coordinate representation of color #355F83: hue angle of 207.69º 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 #355F83 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5395131-
CMYK0.600.2700.49
HSL207.69º42.39%36.08%-
HSV(B)207.69º59.54%51.37%-
XYZ9.6610.5823.01-
YUV86.55153.09104.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 131 (51.56% from 255) = 46.95%
R=19.00%
G=34.05%
B=46.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53951310.600.2700.49207.6942.3936.08
Hex355F833C1B031d02a24
Octal6513720374330613205244
Binary11010110111111000001111110011011011000111010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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