#325699

Color #325699 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #325699

Tints of Tory Blue #325699

Color information

#325699 (or 0x325699) is unknown color: approx Tory Blue. HEX triplet: 32, 56 and 99. RGB value is (50,86,153). Sum of RGB (Red+Green+Blue) = 50+86+153=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #325699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325699 is #CDA966. Grayscale: #525252. Windows color (decimal): -13478247 or 10049074. OLE color: 10049074.

HSL color Cylindrical-coordinate representation of color #325699: hue angle of 219.03º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325699 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5086153-
CMYK0.670.4400.4
HSL219.03º50.74%39.8%-
HSV(B)219.03º67.32%60%-
XYZ10.399.6331.45-
YUV82.87167.57104.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=17.30%
G=29.76%
B=52.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50861530.670.4400.4219.0350.7439.8
Hex325699432C028db3328
Octal62126231103540503336350
Binary1100101010110100110011000011101100010100011011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325699; }

 p { color: rgb(50,86,153); }

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

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

 a { background-color: rgb(50,86,153); }

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

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

 span { border-color: rgb(50,86,153); }

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