#325989

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

Shades of St Tropaz #325989

Tints of St Tropaz #325989

Color information

#325989 (or 0x325989) is unknown color: approx St Tropaz. HEX triplet: 32, 59 and 89. RGB value is (50,89,137). Sum of RGB (Red+Green+Blue) = 50+89+137=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #325989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325989 is #CDA676. Grayscale: #525252. Windows color (decimal): -13477495 or 9001266. OLE color: 9001266.

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

Color convert

RGB5089137-
CMYK0.640.3500.46
HSL213.1º46.52%36.67%-
HSV(B)213.1º63.5%53.73%-
XYZ9.49.6325.03-
YUV82.81158.58104.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 137 (53.91% from 255) = 49.64%
R=18.12%
G=32.25%
B=49.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50891370.640.3500.46213.146.5236.67
Hex325989402302Ed52f25
Octal62131211100430563255745
Binary1100101011001100010011000000100011010111011010101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325989; }

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

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

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

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

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

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

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

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