#356384

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

Shades of Matisse #356384

Tints of Matisse #356384

Color information

#356384 (or 0x356384) is unknown color: approx Matisse. HEX triplet: 35, 63 and 84. RGB value is (53,99,132). Sum of RGB (Red+Green+Blue) = 53+99+132=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #356384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356384 is #CA9C7B. Grayscale: #585858. Windows color (decimal): -13278332 or 8676149. OLE color: 8676149.

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

Color convert

RGB5399132-
CMYK0.600.2500.48
HSL205.06º42.7%36.27%-
HSV(B)205.06º59.85%51.76%-
XYZ10.0911.3523.49-
YUV89.01152.26102.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 132 (51.95% from 255) = 46.48%
R=18.66%
G=34.86%
B=46.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53991320.600.2500.48205.0642.736.27
Hex3563843C19030cd2b24
Octal6514320474310603155344
Binary11010111000111000010011110011001011000011001101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356384; }

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

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

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

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

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

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

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

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