#325489

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

Shades of St Tropaz #325489

Tints of St Tropaz #325489

Color information

#325489 (or 0x325489) is unknown color: approx St Tropaz. HEX triplet: 32, 54 and 89. RGB value is (50,84,137). Sum of RGB (Red+Green+Blue) = 50+84+137=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #325489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325489 is #CDAB76. Grayscale: #4F4F4F. Windows color (decimal): -13478775 or 8999986. OLE color: 8999986.

HSL color Cylindrical-coordinate representation of color #325489: hue angle of 216.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325489 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5084137-
CMYK0.640.3900.46
HSL216.55º46.52%36.67%-
HSV(B)216.55º63.5%53.73%-
XYZ98.8224.9-
YUV79.88160.24106.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 84 (33.20% from 255) = 31.00%
BLUE value IS 137 (53.91% from 255) = 50.55%
R=18.45%
G=31.00%
B=50.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50841370.640.3900.46216.5546.5236.67
Hex325489402702Ed92f25
Octal62124211100470563315745
Binary1100101010100100010011000000100111010111011011001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325489; }

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

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

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

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

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

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

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

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