#325179

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

Shades of St Tropaz #325179

Tints of St Tropaz #325179

Color information

#325179 (or 0x325179) is unknown color: approx St Tropaz. HEX triplet: 32, 51 and 79. RGB value is (50,81,121). Sum of RGB (Red+Green+Blue) = 50+81+121=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 121 (47.66% from 255 or 48.02% from 252); Max value from RGB is 121 - color contains mainly: blue. Hex color #325179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325179 is #CDAE86. Grayscale: #4C4C4C. Windows color (decimal): -13479559 or 7950642. OLE color: 7950642.

HSL color Cylindrical-coordinate representation of color #325179: hue angle of 213.8º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #325179 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5081121-
CMYK0.590.3300.53
HSL213.8º41.52%33.53%-
HSV(B)213.8º58.68%47.45%-
XYZ7.717.9419.22-
YUV76.29153.23109.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 121 (47.66% from 255) = 48.02%
R=19.84%
G=32.14%
B=48.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50811210.590.3300.53213.841.5233.53
Hex3251793B21035d62a22
Octal6212117173410653265242
Binary11001010100011111001111011100001011010111010110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325179; }

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

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

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

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

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

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

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

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