#324A93

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

Shades of Tory Blue #324A93

Tints of Tory Blue #324A93

Color information

#324A93 (or 0x324A93) is unknown color: approx Tory Blue. HEX triplet: 32, 4A and 93. RGB value is (50,74,147). Sum of RGB (Red+Green+Blue) = 50+74+147=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 74 (29.30% from 255 or 27.31% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #324A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A93 is #CDB56C. Grayscale: #4A4A4A. Windows color (decimal): -13481325 or 9652786. OLE color: 9652786.

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

Color convert

RGB5074147-
CMYK0.660.5000.42
HSL225.15º49.24%38.63%-
HSV(B)225.15º65.99%57.65%-
XYZ9.037.6828.61-
YUV75.15168.55110.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 74 (29.30% from 255) = 27.31%
BLUE value IS 147 (57.81% from 255) = 54.24%
R=18.45%
G=27.31%
B=54.24%

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
Decimal50741470.660.5000.42225.1549.2438.63
Hex324A93423202Ae13127
Octal62112223102620523416147
Binary1100101001010100100111000010110010010101011100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324A93; }

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

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

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

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

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

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

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

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