#325C85

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

Shades of Matisse #325C85

Tints of Matisse #325C85

Color information

#325C85 (or 0x325C85) is unknown color: approx Matisse. HEX triplet: 32, 5C and 85. RGB value is (50,92,133). Sum of RGB (Red+Green+Blue) = 50+92+133=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #325C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C85 is #CDA37A. Grayscale: #535353. Windows color (decimal): -13476731 or 8739890. OLE color: 8739890.

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

Color convert

RGB5092133-
CMYK0.620.3100.48
HSL209.64º45.36%35.88%-
HSV(B)209.64º62.41%52.16%-
XYZ9.3810.0323.63-
YUV84.12155.59103.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 92 (36.33% from 255) = 33.45%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=18.18%
G=33.45%
B=48.36%

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
Decimal50921330.620.3100.48209.6445.3635.88
Hex325C853E1F030d22d24
Octal6213420576370603225544
Binary11001010111001000010111111011111011000011010010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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