#325F85

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

Shades of Matisse #325F85

Tints of Matisse #325F85

Color information

#325F85 (or 0x325F85) is unknown color: approx Matisse. HEX triplet: 32, 5F and 85. RGB value is (50,95,133). Sum of RGB (Red+Green+Blue) = 50+95+133=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #325F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F85 is #CDA07A. Grayscale: #555555. Windows color (decimal): -13475963 or 8740658. OLE color: 8740658.

HSL color Cylindrical-coordinate representation of color #325F85: hue angle of 207.47º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325F85 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5095133-
CMYK0.620.2900.48
HSL207.47º45.36%35.88%-
HSV(B)207.47º62.41%52.16%-
XYZ9.6410.5623.72-
YUV85.88154.59102.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.99%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=17.99%
G=34.17%
B=47.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50951330.620.2900.48207.4745.3635.88
Hex325F853E1D030cf2d24
Octal6213720576350603175544
Binary11001010111111000010111111011101011000011001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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