#325984

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

Shades of St Tropaz #325984

Tints of St Tropaz #325984

Color information

#325984 (or 0x325984) is unknown color: approx St Tropaz. HEX triplet: 32, 59 and 84. RGB value is (50,89,132). Sum of RGB (Red+Green+Blue) = 50+89+132=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #325984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325984 is #CDA67B. Grayscale: #525252. Windows color (decimal): -13477500 or 8673586. OLE color: 8673586.

HSL color Cylindrical-coordinate representation of color #325984: hue angle of 211.46º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #325984 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5089132-
CMYK0.620.3300.48
HSL211.46º45.05%35.69%-
HSV(B)211.46º62.12%51.76%-
XYZ9.059.4923.18-
YUV82.24156.08105-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=18.45%
G=32.84%
B=48.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50891320.620.3300.48211.4645.0535.69
Hex3259843E21030d32d24
Octal6213120476410603235544
Binary110010101100110000100111110100001011000011010011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325984; }

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

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

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

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

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

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

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

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