#325A86

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

Shades of St Tropaz #325A86

Tints of St Tropaz #325A86

Color information

#325A86 (or 0x325A86) is unknown color: approx St Tropaz. HEX triplet: 32, 5A and 86. RGB value is (50,90,134). Sum of RGB (Red+Green+Blue) = 50+90+134=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 134 (52.73% from 255 or 48.91% from 274); Max value from RGB is 134 - color contains mainly: blue. Hex color #325A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A86 is #CDA579. Grayscale: #525252. Windows color (decimal): -13477242 or 8804914. OLE color: 8804914.

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

Color convert

RGB5090134-
CMYK0.630.3300.47
HSL211.43º45.65%36.08%-
HSV(B)211.43º62.69%52.55%-
XYZ9.279.7123.94-
YUV83.06156.75104.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 134 (52.73% from 255) = 48.91%
R=18.25%
G=32.85%
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
Decimal50901340.630.3300.47211.4345.6536.08
Hex325A863F2102Fd32e24
Octal6213220677410573235644
Binary110010101101010000110111111100001010111111010011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,90,134); }

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

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

 a { background-color: rgb(50,90,134); }

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

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

 span { border-color: rgb(50,90,134); }

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