#325485

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

Shades of St Tropaz #325485

Tints of St Tropaz #325485

Color information

#325485 (or 0x325485) is unknown color: approx St Tropaz. HEX triplet: 32, 54 and 85. RGB value is (50,84,133). Sum of RGB (Red+Green+Blue) = 50+84+133=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #325485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325485 is #CDAB7A. Grayscale: #4F4F4F. Windows color (decimal): -13478779 or 8737842. OLE color: 8737842.

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

Color convert

RGB5084133-
CMYK0.620.3700.48
HSL215.42º45.36%35.88%-
HSV(B)215.42º62.41%52.16%-
XYZ8.728.7123.41-
YUV79.42158.24107.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 84 (33.20% from 255) = 31.46%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=18.73%
G=31.46%
B=49.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50841330.620.3700.48215.4245.3635.88
Hex3254853E25030d72d24
Octal6212420576450603275544
Binary110010101010010000101111110100101011000011010111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325485; }

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

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

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

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

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

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

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

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