#325C79

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

Shades of Matisse #325C79

Tints of Matisse #325C79

Color information

#325C79 (or 0x325C79) is unknown color: approx Matisse. HEX triplet: 32, 5C and 79. RGB value is (50,92,121). Sum of RGB (Red+Green+Blue) = 50+92+121=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #325C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C79 is #CDA386. Grayscale: #525252. Windows color (decimal): -13476743 or 7953458. OLE color: 7953458.

HSL color Cylindrical-coordinate representation of color #325C79: hue angle of 204.51º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325C79 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5092121-
CMYK0.590.2400.53
HSL204.51º41.52%33.53%-
HSV(B)204.51º58.68%47.45%-
XYZ8.599.7119.51-
YUV82.75149.59104.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 92 (36.33% from 255) = 34.98%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=19.01%
G=34.98%
B=46.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50921210.590.2400.53204.5141.5233.53
Hex325C793B18035cd2a22
Octal6213417173300653155242
Binary1100101011100111100111101111000011010111001101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325C79; }

 p { color: rgb(50,92,121); }

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

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

 a { background-color: rgb(50,92,121); }

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

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

 span { border-color: rgb(50,92,121); }

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