#325C83

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

Shades of Matisse #325C83

Tints of Matisse #325C83

Color information

#325C83 (or 0x325C83) is unknown color: approx Matisse. HEX triplet: 32, 5C and 83. RGB value is (50,92,131). Sum of RGB (Red+Green+Blue) = 50+92+131=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #325C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C83 is #CDA37C. Grayscale: #535353. Windows color (decimal): -13476733 or 8608818. OLE color: 8608818.

HSL color Cylindrical-coordinate representation of color #325C83: hue angle of 208.89º 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 #325C83 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5092131-
CMYK0.620.3000.49
HSL208.89º44.75%35.49%-
HSV(B)208.89º61.83%51.37%-
XYZ9.249.9722.91-
YUV83.89154.59103.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 92 (36.33% from 255) = 33.70%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=18.32%
G=33.70%
B=47.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50921310.620.3000.49208.8944.7535.49
Hex325C833E1E031d12d23
Octal6213420376360613215543
Binary11001010111001000001111111011110011000111010001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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