#324493

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

Shades of Tory Blue #324493

Tints of Tory Blue #324493

Color information

#324493 (or 0x324493) is unknown color: approx Tory Blue. HEX triplet: 32, 44 and 93. RGB value is (50,68,147). Sum of RGB (Red+Green+Blue) = 50+68+147=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #324493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324493 is #CDBB6C. Grayscale: #474747. Windows color (decimal): -13482861 or 9651250. OLE color: 9651250.

HSL color Cylindrical-coordinate representation of color #324493: hue angle of 228.87º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324493 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5068147-
CMYK0.660.5400.42
HSL228.87º49.24%38.63%-
HSV(B)228.87º65.99%57.65%-
XYZ8.656.9228.48-
YUV71.62170.54112.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=18.87%
G=25.66%
B=55.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50681470.660.5400.42228.8749.2438.63
Hex324493423602Ae53127
Octal62104223102660523456147
Binary1100101000100100100111000010110110010101011100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324493; }

 p { color: rgb(50,68,147); }

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

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

 a { background-color: rgb(50,68,147); }

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

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

 span { border-color: rgb(50,68,147); }

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