#324A8F

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

Shades of Tory Blue #324A8F

Tints of Tory Blue #324A8F

Color information

#324A8F (or 0x324A8F) is unknown color: approx Tory Blue. HEX triplet: 32, 4A and 8F. RGB value is (50,74,143). Sum of RGB (Red+Green+Blue) = 50+74+143=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #324A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A8F is #CDB570. Grayscale: #4A4A4A. Windows color (decimal): -13481329 or 9390642. OLE color: 9390642.

HSL color Cylindrical-coordinate representation of color #324A8F: hue angle of 224.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #324A8F is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5074143-
CMYK0.650.4800.44
HSL224.52º48.19%37.84%-
HSV(B)224.52º65.03%56.08%-
XYZ8.727.5626.99-
YUV74.69166.55110.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=18.73%
G=27.72%
B=53.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50741430.650.4800.44224.5248.1937.84
Hex324A8F413002Ce13026
Octal62112217101600543416046
Binary1100101001010100011111000001110000010110011100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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