#325099

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

Shades of Tory Blue #325099

Tints of Tory Blue #325099

Color information

#325099 (or 0x325099) is unknown color: approx Tory Blue. HEX triplet: 32, 50 and 99. RGB value is (50,80,153). Sum of RGB (Red+Green+Blue) = 50+80+153=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #325099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325099 is #CDAF66. Grayscale: #4F4F4F. Windows color (decimal): -13479783 or 10047538. OLE color: 10047538.

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

Color convert

RGB5080153-
CMYK0.670.4800.4
HSL222.52º50.74%39.8%-
HSV(B)222.52º67.32%60%-
XYZ9.938.7231.3-
YUV79.35169.56107.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=17.67%
G=28.27%
B=54.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50801530.670.4800.4222.5250.7439.8
Hex3250994330028df3328
Octal62120231103600503376350
Binary1100101010000100110011000011110000010100011011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325099; }

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

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

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

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

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

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

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

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