#325487

Color #325487 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #325487

Tints of St Tropaz #325487

Color information

#325487 (or 0x325487) is unknown color: approx St Tropaz. HEX triplet: 32, 54 and 87. RGB value is (50,84,135). Sum of RGB (Red+Green+Blue) = 50+84+135=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #325487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325487 is #CDAB78. Grayscale: #4F4F4F. Windows color (decimal): -13478777 or 8868914. OLE color: 8868914.

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

Color convert

RGB5084135-
CMYK0.630.3800.47
HSL216º45.95%36.27%-
HSV(B)216º62.96%52.94%-
XYZ8.868.7724.15-
YUV79.65159.24106.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=18.59%
G=31.23%
B=50.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50841350.630.3800.4721645.9536.27
Hex3254873F2602Fd82e24
Octal6212420777460573305644
Binary110010101010010000111111111100110010111111011000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325487; }

 p { color: rgb(50,84,135); }

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

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

 a { background-color: rgb(50,84,135); }

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

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

 span { border-color: rgb(50,84,135); }

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