#324584

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

Shades of Tory Blue #324584

Tints of Tory Blue #324584

Color information

#324584 (or 0x324584) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 84. RGB value is (50,69,132). Sum of RGB (Red+Green+Blue) = 50+69+132=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #324584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324584 is #CDBA7B. Grayscale: #464646. Windows color (decimal): -13482620 or 8668466. OLE color: 8668466.

HSL color Cylindrical-coordinate representation of color #324584: hue angle of 226.1º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #324584 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5069132-
CMYK0.620.4800.48
HSL226.1º45.05%35.69%-
HSV(B)226.1º62.12%51.76%-
XYZ7.616.622.7-
YUV70.5162.71113.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 69 (27.34% from 255) = 27.49%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=19.92%
G=27.49%
B=52.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50691320.620.4800.48226.145.0535.69
Hex3245843E30030e22d24
Octal6210520476600603425544
Binary110010100010110000100111110110000011000011100010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324584; }

 p { color: rgb(50,69,132); }

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

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

 a { background-color: rgb(50,69,132); }

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

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

 span { border-color: rgb(50,69,132); }

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