#356082

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

Shades of Matisse #356082

Tints of Matisse #356082

Color information

#356082 (or 0x356082) is unknown color: approx Matisse. HEX triplet: 35, 60 and 82. RGB value is (53,96,130). Sum of RGB (Red+Green+Blue) = 53+96+130=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #356082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356082 is #CA9F7D. Grayscale: #565656. Windows color (decimal): -13279102 or 8544309. OLE color: 8544309.

HSL color Cylindrical-coordinate representation of color #356082: hue angle of 206.49º 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 #356082 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5396130-
CMYK0.590.2600.49
HSL206.49º42.08%35.88%-
HSV(B)206.49º59.23%50.98%-
XYZ9.6810.7322.68-
YUV87.02152.25103.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=19.00%
G=34.41%
B=46.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53961300.590.2600.49206.4942.0835.88
Hex3560823B1A031ce2a24
Octal6514020273320613165244
Binary11010111000001000001011101111010011000111001110101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356082; }

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

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

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

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

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

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

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

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