#325291

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

Shades of Tory Blue #325291

Tints of Tory Blue #325291

Color information

#325291 (or 0x325291) is unknown color: approx Tory Blue. HEX triplet: 32, 52 and 91. RGB value is (50,82,145). Sum of RGB (Red+Green+Blue) = 50+82+145=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #325291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325291 is #CDAD6E. Grayscale: #4F4F4F. Windows color (decimal): -13479279 or 9523762. OLE color: 9523762.

HSL color Cylindrical-coordinate representation of color #325291: hue angle of 219.79º 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 #325291 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5082145-
CMYK0.660.4300.43
HSL219.79º48.72%38.24%-
HSV(B)219.79º65.52%56.86%-
XYZ9.448.7627.98-
YUV79.61164.9106.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=18.05%
G=29.60%
B=52.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50821450.660.4300.43219.7948.7238.24
Hex325291422B02Bdc3126
Octal62122221102530533346146
Binary1100101010010100100011000010101011010101111011100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325291; }

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

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

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

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

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

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

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

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