#324091

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

Shades of Tory Blue #324091

Tints of Tory Blue #324091

Color information

#324091 (or 0x324091) is unknown color: approx Tory Blue. HEX triplet: 32, 40 and 91. RGB value is (50,64,145). Sum of RGB (Red+Green+Blue) = 50+64+145=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #324091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324091 is #CDBF6E. Grayscale: #444444. Windows color (decimal): -13483887 or 9519154. OLE color: 9519154.

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

Color convert

RGB5064145-
CMYK0.660.5600.43
HSL231.16º48.72%38.24%-
HSV(B)231.16º65.52%56.86%-
XYZ8.266.3927.59-
YUV69.05170.86114.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 145 (57.03% from 255) = 55.98%
R=19.31%
G=24.71%
B=55.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50641450.660.5600.43231.1648.7238.24
Hex324091423802Be73126
Octal62100221102700533476146
Binary1100101000000100100011000010111000010101111100111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324091; }

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

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

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

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

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

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

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

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