#356484

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

Shades of Matisse #356484

Tints of Matisse #356484

Color information

#356484 (or 0x356484) is unknown color: approx Matisse. HEX triplet: 35, 64 and 84. RGB value is (53,100,132). Sum of RGB (Red+Green+Blue) = 53+100+132=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #356484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356484 is #CA9B7B. Grayscale: #595959. Windows color (decimal): -13278076 or 8676405. OLE color: 8676405.

HSL color Cylindrical-coordinate representation of color #356484: hue angle of 204.3º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #356484 is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53100132-
CMYK0.600.2400.48
HSL204.3º42.7%36.27%-
HSV(B)204.3º59.85%51.76%-
XYZ10.1911.5423.52-
YUV89.6151.93101.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=18.60%
G=35.09%
B=46.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531001320.600.2400.48204.342.736.27
Hex3564843C18030cc2b24
Octal6514420474300603145344
Binary11010111001001000010011110011000011000011001100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356484; }

 p { color: rgb(53,100,132); }

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

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

 a { background-color: rgb(53,100,132); }

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

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

 span { border-color: rgb(53,100,132); }

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