#324990

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

Shades of Tory Blue #324990

Tints of Tory Blue #324990

Color information

#324990 (or 0x324990) is unknown color: approx Tory Blue. HEX triplet: 32, 49 and 90. RGB value is (50,73,144). Sum of RGB (Red+Green+Blue) = 50+73+144=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #324990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324990 is #CDB66F. Grayscale: #494949. Windows color (decimal): -13481584 or 9455922. OLE color: 9455922.

HSL color Cylindrical-coordinate representation of color #324990: hue angle of 225.32º 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 #324990 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5073144-
CMYK0.650.4900.44
HSL225.32º48.45%38.04%-
HSV(B)225.32º65.28%56.47%-
XYZ8.737.4627.36-
YUV74.22167.38110.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=18.73%
G=27.34%
B=53.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50731440.650.4900.44225.3248.4538.04
Hex324990413102Ce13026
Octal62111220101610543416046
Binary1100101001001100100001000001110001010110011100001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324990; }

 p { color: rgb(50,73,144); }

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

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

 a { background-color: rgb(50,73,144); }

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

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

 span { border-color: rgb(50,73,144); }

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