#325589

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

Shades of St Tropaz #325589

Tints of St Tropaz #325589

Color information

#325589 (or 0x325589) is unknown color: approx St Tropaz. HEX triplet: 32, 55 and 89. RGB value is (50,85,137). Sum of RGB (Red+Green+Blue) = 50+85+137=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #325589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325589 is #CDAA76. Grayscale: #505050. Windows color (decimal): -13478519 or 9000242. OLE color: 9000242.

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

Color convert

RGB5085137-
CMYK0.640.3800.46
HSL215.86º46.52%36.67%-
HSV(B)215.86º63.5%53.73%-
XYZ9.088.9824.92-
YUV80.46159.9106.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 85 (33.59% from 255) = 31.25%
BLUE value IS 137 (53.91% from 255) = 50.37%
R=18.38%
G=31.25%
B=50.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50851370.640.3800.46215.8646.5236.67
Hex325589402602Ed82f25
Octal62125211100460563305745
Binary1100101010101100010011000000100110010111011011000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325589; }

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

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

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

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

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

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

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

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