#355E83

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

Shades of Matisse #355E83

Tints of Matisse #355E83

Color information

#355E83 (or 0x355E83) is unknown color: approx Matisse. HEX triplet: 35, 5E and 83. RGB value is (53,94,131). Sum of RGB (Red+Green+Blue) = 53+94+131=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #355E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355E83 is #CAA17C. Grayscale: #555555. Windows color (decimal): -13279613 or 8609333. OLE color: 8609333.

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

Color convert

RGB5394131-
CMYK0.600.2800.49
HSL208.46º42.39%36.08%-
HSV(B)208.46º59.54%51.37%-
XYZ9.5710.422.98-
YUV85.96153.42104.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 94 (37.11% from 255) = 33.81%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=19.06%
G=33.81%
B=47.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53941310.600.2800.49208.4642.3936.08
Hex355E833C1C031d02a24
Octal6513620374340613205244
Binary11010110111101000001111110011100011000111010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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