#325599

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

Shades of Tory Blue #325599

Tints of Tory Blue #325599

Color information

#325599 (or 0x325599) is unknown color: approx Tory Blue. HEX triplet: 32, 55 and 99. RGB value is (50,85,153). Sum of RGB (Red+Green+Blue) = 50+85+153=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #325599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325599 is #CDAA66. Grayscale: #515151. Windows color (decimal): -13478503 or 10048818. OLE color: 10048818.

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

Color convert

RGB5085153-
CMYK0.670.4400.4
HSL219.61º50.74%39.8%-
HSV(B)219.61º67.32%60%-
XYZ10.319.4831.42-
YUV82.29167.9104.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=17.36%
G=29.51%
B=53.12%

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
Decimal50851530.670.4400.4219.6150.7439.8
Hex325599432C028dc3328
Octal62125231103540503346350
Binary1100101010101100110011000011101100010100011011100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325599; }

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

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

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

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

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

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

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

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