#324984

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

Shades of Tory Blue #324984

Tints of Tory Blue #324984

Color information

#324984 (or 0x324984) is unknown color: approx Tory Blue. HEX triplet: 32, 49 and 84. RGB value is (50,73,132). Sum of RGB (Red+Green+Blue) = 50+73+132=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #324984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324984 is #CDB67B. Grayscale: #484848. Windows color (decimal): -13481596 or 8669490. OLE color: 8669490.

HSL color Cylindrical-coordinate representation of color #324984: hue angle of 223.17º 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 #324984 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5073132-
CMYK0.620.4500.48
HSL223.17º45.05%35.69%-
HSV(B)223.17º62.12%51.76%-
XYZ7.867.1122.79-
YUV72.85161.38111.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 73 (28.91% from 255) = 28.63%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=19.61%
G=28.63%
B=51.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50731320.620.4500.48223.1745.0535.69
Hex3249843E2D030df2d24
Octal6211120476550603375544
Binary110010100100110000100111110101101011000011011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324984; }

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

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

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

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

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

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

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

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