#324A84

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

Shades of Tory Blue #324A84

Tints of Tory Blue #324A84

Color information

#324A84 (or 0x324A84) is unknown color: approx Tory Blue. HEX triplet: 32, 4A and 84. RGB value is (50,74,132). Sum of RGB (Red+Green+Blue) = 50+74+132=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #324A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A84 is #CDB57B. Grayscale: #494949. Windows color (decimal): -13481340 or 8669746. OLE color: 8669746.

HSL color Cylindrical-coordinate representation of color #324A84: hue angle of 222.44º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324A84 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5074132-
CMYK0.620.4400.48
HSL222.44º45.05%35.69%-
HSV(B)222.44º62.12%51.76%-
XYZ7.937.2422.81-
YUV73.44161.05111.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=19.53%
G=28.91%
B=51.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50741320.620.4400.48222.4445.0535.69
Hex324A843E2C030de2d24
Octal6211220476540603365544
Binary110010100101010000100111110101100011000011011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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