#324393

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

Shades of Tory Blue #324393

Tints of Tory Blue #324393

Color information

#324393 (or 0x324393) is unknown color: approx Tory Blue. HEX triplet: 32, 43 and 93. RGB value is (50,67,147). Sum of RGB (Red+Green+Blue) = 50+67+147=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #324393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324393 is #CDBC6C. Grayscale: #464646. Windows color (decimal): -13483117 or 9650994. OLE color: 9650994.

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

Color convert

RGB5067147-
CMYK0.660.5400.42
HSL229.48º49.24%38.63%-
HSV(B)229.48º65.99%57.65%-
XYZ8.596.828.46-
YUV71.04170.87113-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 147 (57.81% from 255) = 55.68%
R=18.94%
G=25.38%
B=55.68%

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
Decimal50671470.660.5400.42229.4849.2438.63
Hex324393423602Ae53127
Octal62103223102660523456147
Binary1100101000011100100111000010110110010101011100101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324393; }

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

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

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

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

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

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

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

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