#325180

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

Shades of St Tropaz #325180

Tints of St Tropaz #325180

Color information

#325180 (or 0x325180) is unknown color: approx St Tropaz. HEX triplet: 32, 51 and 80. RGB value is (50,81,128). Sum of RGB (Red+Green+Blue) = 50+81+128=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #325180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325180 is #CDAE7F. Grayscale: #4C4C4C. Windows color (decimal): -13479552 or 8409394. OLE color: 8409394.

HSL color Cylindrical-coordinate representation of color #325180: hue angle of 216.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #325180 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5081128-
CMYK0.610.3700.50
HSL216.15º43.82%34.9%-
HSV(B)216.15º60.94%50.2%-
XYZ8.158.1221.56-
YUV77.09156.73108.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 128 (50.39% from 255) = 49.42%
R=19.31%
G=31.27%
B=49.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50811280.610.3700.50216.1543.8234.9
Hex3251803D25032d82c23
Octal6212120075450623305443
Binary110010101000110000000111101100101011001011011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325180; }

 p { color: rgb(50,81,128); }

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

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

 a { background-color: rgb(50,81,128); }

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

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

 span { border-color: rgb(50,81,128); }

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