#325689

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

Shades of St Tropaz #325689

Tints of St Tropaz #325689

Color information

#325689 (or 0x325689) is unknown color: approx St Tropaz. HEX triplet: 32, 56 and 89. RGB value is (50,86,137). Sum of RGB (Red+Green+Blue) = 50+86+137=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #325689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325689 is #CDA976. Grayscale: #505050. Windows color (decimal): -13478263 or 9000498. OLE color: 9000498.

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

Color convert

RGB5086137-
CMYK0.640.3700.46
HSL215.17º46.52%36.67%-
HSV(B)215.17º63.5%53.73%-
XYZ9.169.1424.95-
YUV81.05159.57105.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=18.32%
G=31.50%
B=50.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50861370.640.3700.46215.1746.5236.67
Hex325689402502Ed72f25
Octal62126211100450563275745
Binary1100101010110100010011000000100101010111011010111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325689; }

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

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

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

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

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

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

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

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