#356582

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

Shades of Matisse #356582

Tints of Matisse #356582

Color information

#356582 (or 0x356582) is unknown color: approx Matisse. HEX triplet: 35, 65 and 82. RGB value is (53,101,130). Sum of RGB (Red+Green+Blue) = 53+101+130=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #356582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356582 is #CA9A7D. Grayscale: #595959. Windows color (decimal): -13277822 or 8545589. OLE color: 8545589.

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

Color convert

RGB53101130-
CMYK0.590.2200.49
HSL202.6º42.08%35.88%-
HSV(B)202.6º59.23%50.98%-
XYZ10.1511.6822.84-
YUV89.95150.6101.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=18.66%
G=35.56%
B=45.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531011300.590.2200.49202.642.0835.88
Hex3565823B16031cb2a24
Octal6514520273260613135244
Binary11010111001011000001011101110110011000111001011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356582; }

 p { color: rgb(53,101,130); }

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

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

 a { background-color: rgb(53,101,130); }

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

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

 span { border-color: rgb(53,101,130); }

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