#325E7A

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

Shades of Matisse #325E7A

Tints of Matisse #325E7A

Color information

#325E7A (or 0x325E7A) is unknown color: approx Matisse. HEX triplet: 32, 5E and 7A. RGB value is (50,94,122). Sum of RGB (Red+Green+Blue) = 50+94+122=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #325E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325E7A is #CDA185. Grayscale: #535353. Windows color (decimal): -13476230 or 8019506. OLE color: 8019506.

HSL color Cylindrical-coordinate representation of color #325E7A: hue angle of 203.33º 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 #325E7A is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5094122-
CMYK0.590.2300.52
HSL203.33º41.86%33.73%-
HSV(B)203.33º59.02%47.84%-
XYZ8.8310.0919.89-
YUV84.04149.42103.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=18.80%
G=35.34%
B=45.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50941220.590.2300.52203.3341.8633.73
Hex325E7A3B17034cb2a22
Octal6213617273270643135242
Binary1100101011110111101011101110111011010011001011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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