#325B7A

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

Shades of Matisse #325B7A

Tints of Matisse #325B7A

Color information

#325B7A (or 0x325B7A) is unknown color: approx Matisse. HEX triplet: 32, 5B and 7A. RGB value is (50,91,122). Sum of RGB (Red+Green+Blue) = 50+91+122=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #325B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325B7A is #CDA485. Grayscale: #525252. Windows color (decimal): -13476998 or 8018738. OLE color: 8018738.

HSL color Cylindrical-coordinate representation of color #325B7A: hue angle of 205.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325B7A is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5091122-
CMYK0.590.2500.52
HSL205.83º41.86%33.73%-
HSV(B)205.83º59.02%47.84%-
XYZ8.579.5719.81-
YUV82.28150.42104.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 91 (35.94% from 255) = 34.60%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=19.01%
G=34.60%
B=46.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50911220.590.2500.52205.8341.8633.73
Hex325B7A3B19034ce2a22
Octal6213317273310643165242
Binary1100101011011111101011101111001011010011001110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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