#325A79

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

Shades of Matisse #325A79

Tints of Matisse #325A79

Color information

#325A79 (or 0x325A79) is unknown color: approx Matisse. HEX triplet: 32, 5A and 79. RGB value is (50,90,121). Sum of RGB (Red+Green+Blue) = 50+90+121=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #325A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A79 is #CDA586. Grayscale: #515151. Windows color (decimal): -13477255 or 7952946. OLE color: 7952946.

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

Color convert

RGB5090121-
CMYK0.590.2600.53
HSL206.2º41.52%33.53%-
HSV(B)206.2º58.68%47.45%-
XYZ8.429.3719.45-
YUV81.57150.25105.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 90 (35.55% from 255) = 34.48%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=19.16%
G=34.48%
B=46.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50901210.590.2600.53206.241.5233.53
Hex325A793B1A035ce2a22
Octal6213217173320653165242
Binary1100101011010111100111101111010011010111001110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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