#325B84

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

Shades of Matisse #325B84

Tints of Matisse #325B84

Color information

#325B84 (or 0x325B84) is unknown color: approx Matisse. HEX triplet: 32, 5B and 84. RGB value is (50,91,132). Sum of RGB (Red+Green+Blue) = 50+91+132=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #325B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B84 is #CDA47B. Grayscale: #535353. Windows color (decimal): -13476988 or 8674098. OLE color: 8674098.

HSL color Cylindrical-coordinate representation of color #325B84: hue angle of 210º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325B84 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5091132-
CMYK0.620.3100.48
HSL210º45.05%35.69%-
HSV(B)210º62.12%51.76%-
XYZ9.229.8323.24-
YUV83.42155.42104.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=18.32%
G=33.33%
B=48.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50911320.620.3100.4821045.0535.69
Hex325B843E1F030d22d24
Octal6213320476370603225544
Binary11001010110111000010011111011111011000011010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,91,132); }

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

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

 a { background-color: rgb(50,91,132); }

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

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

 span { border-color: rgb(50,91,132); }

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