#324A89

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

Shades of Tory Blue #324A89

Tints of Tory Blue #324A89

Color information

#324A89 (or 0x324A89) is unknown color: approx Tory Blue. HEX triplet: 32, 4A and 89. RGB value is (50,74,137). Sum of RGB (Red+Green+Blue) = 50+74+137=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #324A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324A89 is #CDB576. Grayscale: #494949. Windows color (decimal): -13481335 or 8997426. OLE color: 8997426.

HSL color Cylindrical-coordinate representation of color #324A89: hue angle of 223.45º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324A89 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5074137-
CMYK0.640.4600.46
HSL223.45º46.52%36.67%-
HSV(B)223.45º63.5%53.73%-
XYZ8.287.3824.66-
YUV74.01163.55110.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 137 (53.91% from 255) = 52.49%
R=19.16%
G=28.35%
B=52.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50741370.640.4600.46223.4546.5236.67
Hex324A89402E02Edf2f25
Octal62112211100560563375745
Binary1100101001010100010011000000101110010111011011111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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