#356282

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

Shades of Matisse #356282

Tints of Matisse #356282

Color information

#356282 (or 0x356282) is unknown color: approx Matisse. HEX triplet: 35, 62 and 82. RGB value is (53,98,130). Sum of RGB (Red+Green+Blue) = 53+98+130=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #356282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356282 is #CA9D7D. Grayscale: #585858. Windows color (decimal): -13278590 or 8544821. OLE color: 8544821.

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

Color convert

RGB5398130-
CMYK0.590.2500.49
HSL204.94º42.08%35.88%-
HSV(B)204.94º59.23%50.98%-
XYZ9.8711.122.74-
YUV88.19151.59102.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.86%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=18.86%
G=34.88%
B=46.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53981300.590.2500.49204.9442.0835.88
Hex3562823B19031cd2a24
Octal6514220273310613155244
Binary11010111000101000001011101111001011000111001101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356282; }

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

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

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

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

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

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

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

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