#325B87

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

Shades of St Tropaz #325B87

Tints of St Tropaz #325B87

Color information

#325B87 (or 0x325B87) is unknown color: approx St Tropaz. HEX triplet: 32, 5B and 87. RGB value is (50,91,135). Sum of RGB (Red+Green+Blue) = 50+91+135=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #325B87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325B87 is #CDA478. Grayscale: #535353. Windows color (decimal): -13476985 or 8870706. OLE color: 8870706.

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

Color convert

RGB5091135-
CMYK0.630.3300.47
HSL211.06º45.95%36.27%-
HSV(B)211.06º62.96%52.94%-
XYZ9.439.9124.34-
YUV83.76156.92103.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=18.12%
G=32.97%
B=48.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50911350.630.3300.47211.0645.9536.27
Hex325B873F2102Fd32e24
Octal6213320777410573235644
Binary110010101101110000111111111100001010111111010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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