#325f87

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

Shades of Matisse #325F87

Tints of Matisse #325F87

Color information

#325F87 (or 0x325F87) is unknown color: approx Matisse. HEX triplet: 32, 5F and 87. RGB value is (50,95,135). Sum of RGB (Red+Green+Blue) = 50+95+135=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #325F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F87 is #CDA078. Grayscale: #555555. Windows color (decimal): -13475961 or 8871730. OLE color: 8871730.

HSL color Cylindrical-coordinate representation of color #325F87: hue angle of 208.24º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #325F87 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5095135-
CMYK0.630.3000.47
HSL208.24º45.95%36.27%-
HSV(B)208.24º62.96%52.94%-
XYZ9.7810.6124.45-
YUV86.1155.59102.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 135 (53.12% from 255) = 48.21%
R=17.86%
G=33.93%
B=48.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50951350.630.3000.47208.2445.9536.27
Hex325F873F1E02Fd02e24
Octal6213720777360573205644
Binary11001010111111000011111111111110010111111010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,135); }

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

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

 a { background-color: rgb(50,95,135); }

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

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

 span { border-color: rgb(50,95,135); }

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