#325D83

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

Shades of Matisse #325D83

Tints of Matisse #325D83

Color information

#325D83 (or 0x325D83) is unknown color: approx Matisse. HEX triplet: 32, 5D and 83. RGB value is (50,93,131). Sum of RGB (Red+Green+Blue) = 50+93+131=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #325D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325D83 is #CDA27C. Grayscale: #545454. Windows color (decimal): -13476477 or 8609074. OLE color: 8609074.

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

Color convert

RGB5093131-
CMYK0.620.2900.49
HSL208.15º44.75%35.49%-
HSV(B)208.15º61.83%51.37%-
XYZ9.3310.1522.94-
YUV84.48154.25103.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 93 (36.72% from 255) = 33.94%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=18.25%
G=33.94%
B=47.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50931310.620.2900.49208.1544.7535.49
Hex325D833E1D031d02d23
Octal6213520376350613205543
Binary11001010111011000001111111011101011000111010000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,93,131); }

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

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

 a { background-color: rgb(50,93,131); }

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

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

 span { border-color: rgb(50,93,131); }

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