#325076

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

Shades of St Tropaz #325076

Tints of St Tropaz #325076

Color information

#325076 (or 0x325076) is unknown color: approx St Tropaz. HEX triplet: 32, 50 and 76. RGB value is (50,80,118). Sum of RGB (Red+Green+Blue) = 50+80+118=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #325076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325076 is #CDAF89. Grayscale: #4B4B4B. Windows color (decimal): -13479818 or 7753778. OLE color: 7753778.

HSL color Cylindrical-coordinate representation of color #325076: hue angle of 213.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #325076 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5080118-
CMYK0.580.3200.54
HSL213.53º40.48%32.94%-
HSV(B)213.53º57.63%46.27%-
XYZ7.457.7218.24-
YUV75.36152.06109.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 118 (46.48% from 255) = 47.58%
R=20.16%
G=32.26%
B=47.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50801180.580.3200.54213.5340.4832.94
Hex3250763A20036d62821
Octal6212016672400663265041
Binary11001010100001110110111010100000011011011010110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325076; }

 p { color: rgb(50,80,118); }

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

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

 a { background-color: rgb(50,80,118); }

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

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

 span { border-color: rgb(50,80,118); }

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