#325484

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

Shades of St Tropaz #325484

Tints of St Tropaz #325484

Color information

#325484 (or 0x325484) is unknown color: approx St Tropaz. HEX triplet: 32, 54 and 84. RGB value is (50,84,132). Sum of RGB (Red+Green+Blue) = 50+84+132=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #325484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325484 is #CDAB7B. Grayscale: #4F4F4F. Windows color (decimal): -13478780 or 8672306. OLE color: 8672306.

HSL color Cylindrical-coordinate representation of color #325484: hue angle of 215.12º 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 #325484 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5084132-
CMYK0.620.3600.48
HSL215.12º45.05%35.69%-
HSV(B)215.12º62.12%51.76%-
XYZ8.658.6823.05-
YUV79.31157.74107.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.80%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=18.80%
G=31.58%
B=49.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50841320.620.3600.48215.1245.0535.69
Hex3254843E24030d72d24
Octal6212420476440603275544
Binary110010101010010000100111110100100011000011010111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325484; }

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

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

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

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

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

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

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

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