#325F86

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

Shades of Matisse #325F86

Tints of Matisse #325F86

Color information

#325F86 (or 0x325F86) is unknown color: approx Matisse. HEX triplet: 32, 5F and 86. RGB value is (50,95,134). Sum of RGB (Red+Green+Blue) = 50+95+134=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #325F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F86 is #CDA079. Grayscale: #555555. Windows color (decimal): -13475962 or 8806194. OLE color: 8806194.

HSL color Cylindrical-coordinate representation of color #325F86: hue angle of 207.86º 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 #325F86 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5095134-
CMYK0.630.2900.47
HSL207.86º45.65%36.08%-
HSV(B)207.86º62.69%52.55%-
XYZ9.7110.5824.09-
YUV85.99155.09102.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.92%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=17.92%
G=34.05%
B=48.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50951340.630.2900.47207.8645.6536.08
Hex325F863F1D02Fd02e24
Octal6213720677350573205644
Binary11001010111111000011011111111101010111111010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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