#325F7E

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

Shades of Matisse #325F7E

Tints of Matisse #325F7E

Color information

#325F7E (or 0x325F7E) is unknown color: approx Matisse. HEX triplet: 32, 5F and 7E. RGB value is (50,95,126). Sum of RGB (Red+Green+Blue) = 50+95+126=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #325F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F7E is #CDA081. Grayscale: #545454. Windows color (decimal): -13475970 or 8281906. OLE color: 8281906.

HSL color Cylindrical-coordinate representation of color #325F7E: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #325F7E is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5095126-
CMYK0.600.2500.51
HSL204.47º43.18%34.51%-
HSV(B)204.47º60.32%49.41%-
XYZ9.1710.3721.26-
YUV85.08151.09102.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 95 (37.5% from 255) = 35.06%
BLUE value IS 126 (49.61% from 255) = 46.49%
R=18.45%
G=35.06%
B=46.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50951260.600.2500.51204.4743.1834.51
Hex325F7E3C19033cc2b23
Octal6213717674310633145343
Binary1100101011111111111011110011001011001111001100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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