#324993

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

Shades of Tory Blue #324993

Tints of Tory Blue #324993

Color information

#324993 (or 0x324993) is unknown color: approx Tory Blue. HEX triplet: 32, 49 and 93. RGB value is (50,73,147). Sum of RGB (Red+Green+Blue) = 50+73+147=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #324993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324993 is #CDB66C. Grayscale: #4A4A4A. Windows color (decimal): -13481581 or 9652530. OLE color: 9652530.

HSL color Cylindrical-coordinate representation of color #324993: hue angle of 225.77º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324993 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5073147-
CMYK0.660.5000.42
HSL225.77º49.24%38.63%-
HSV(B)225.77º65.99%57.65%-
XYZ8.967.5528.59-
YUV74.56168.88110.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=18.52%
G=27.04%
B=54.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50731470.660.5000.42225.7749.2438.63
Hex324993423202Ae23127
Octal62111223102620523426147
Binary1100101001001100100111000010110010010101011100010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324993; }

 p { color: rgb(50,73,147); }

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

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

 a { background-color: rgb(50,73,147); }

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

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

 span { border-color: rgb(50,73,147); }

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