#325C84

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

Shades of Matisse #325C84

Tints of Matisse #325C84

Color information

#325C84 (or 0x325C84) is unknown color: approx Matisse. HEX triplet: 32, 5C and 84. RGB value is (50,92,132). Sum of RGB (Red+Green+Blue) = 50+92+132=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #325C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C84 is #CDA37B. Grayscale: #535353. Windows color (decimal): -13476732 or 8674354. OLE color: 8674354.

HSL color Cylindrical-coordinate representation of color #325C84: hue angle of 209.27º 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 #325C84 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5092132-
CMYK0.620.3000.48
HSL209.27º45.05%35.69%-
HSV(B)209.27º62.12%51.76%-
XYZ9.311023.27-
YUV84155.09103.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=18.25%
G=33.58%
B=48.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50921320.620.3000.48209.2745.0535.69
Hex325C843E1E030d12d24
Octal6213420476360603215544
Binary11001010111001000010011111011110011000011010001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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