#325591

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

Shades of Tory Blue #325591

Tints of Tory Blue #325591

Color information

#325591 (or 0x325591) is unknown color: approx Tory Blue. HEX triplet: 32, 55 and 91. RGB value is (50,85,145). Sum of RGB (Red+Green+Blue) = 50+85+145=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #325591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325591 is #CDAA6E. Grayscale: #515151. Windows color (decimal): -13478511 or 9524530. OLE color: 9524530.

HSL color Cylindrical-coordinate representation of color #325591: hue angle of 217.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325591 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5085145-
CMYK0.660.4100.43
HSL217.89º48.72%38.24%-
HSV(B)217.89º65.52%56.86%-
XYZ9.679.2228.06-
YUV81.38163.9105.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 145 (57.03% from 255) = 51.79%
R=17.86%
G=30.36%
B=51.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50851450.660.4100.43217.8948.7238.24
Hex325591422902Bda3126
Octal62125221102510533326146
Binary1100101010101100100011000010101001010101111011010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325591; }

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

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

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

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

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

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

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

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