#324A99

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

Shades of Tory Blue #324A99

Tints of Tory Blue #324A99

Color information

#324A99 (or 0x324A99) is unknown color: approx Tory Blue. HEX triplet: 32, 4A and 99. RGB value is (50,74,153). Sum of RGB (Red+Green+Blue) = 50+74+153=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #324A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A99 is #CDB566. Grayscale: #4B4B4B. Windows color (decimal): -13481319 or 10046002. OLE color: 10046002.

HSL color Cylindrical-coordinate representation of color #324A99: hue angle of 226.02º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324A99 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5074153-
CMYK0.670.5200.4
HSL226.02º50.74%39.8%-
HSV(B)226.02º67.32%60%-
XYZ9.517.8831.16-
YUV75.83171.55109.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 153 (60.16% from 255) = 55.23%
R=18.05%
G=26.71%
B=55.23%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50741530.670.5200.4226.0250.7439.8
Hex324A994334028e23328
Octal62112231103640503426350
Binary1100101001010100110011000011110100010100011100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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