#324490

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

Shades of Tory Blue #324490

Tints of Tory Blue #324490

Color information

#324490 (or 0x324490) is unknown color: approx Tory Blue. HEX triplet: 32, 44 and 90. RGB value is (50,68,144). Sum of RGB (Red+Green+Blue) = 50+68+144=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #324490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324490 is #CDBB6F. Grayscale: #464646. Windows color (decimal): -13482864 or 9454642. OLE color: 9454642.

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

Color convert

RGB5068144-
CMYK0.650.5300.44
HSL228.51º48.45%38.04%-
HSV(B)228.51º65.28%56.47%-
XYZ8.426.8327.26-
YUV71.28169.04112.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=19.08%
G=25.95%
B=54.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50681440.650.5300.44228.5148.4538.04
Hex324490413502Ce53026
Octal62104220101650543456046
Binary1100101000100100100001000001110101010110011100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324490; }

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

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

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

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

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

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

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

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