#324799

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

Shades of Tory Blue #324799

Tints of Tory Blue #324799

Color information

#324799 (or 0x324799) is unknown color: approx Tory Blue. HEX triplet: 32, 47 and 99. RGB value is (50,71,153). Sum of RGB (Red+Green+Blue) = 50+71+153=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #324799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324799 is #CDB866. Grayscale: #494949. Windows color (decimal): -13482087 or 10045234. OLE color: 10045234.

HSL color Cylindrical-coordinate representation of color #324799: hue angle of 227.77º 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 #324799 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5071153-
CMYK0.670.5400.4
HSL227.77º50.74%39.8%-
HSV(B)227.77º67.32%60%-
XYZ9.327.4831.09-
YUV74.07172.54110.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 153 (60.16% from 255) = 55.84%
R=18.25%
G=25.91%
B=55.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50711530.670.5400.4227.7750.7439.8
Hex3247994336028e43328
Octal62107231103660503446350
Binary1100101000111100110011000011110110010100011100100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324799; }

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

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

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

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

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

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

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

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