#324787

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

Shades of Tory Blue #324787

Tints of Tory Blue #324787

Color information

#324787 (or 0x324787) is unknown color: approx Tory Blue. HEX triplet: 32, 47 and 87. RGB value is (50,71,135). Sum of RGB (Red+Green+Blue) = 50+71+135=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #324787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324787 is #CDB878. Grayscale: #474747. Windows color (decimal): -13482105 or 8865586. OLE color: 8865586.

HSL color Cylindrical-coordinate representation of color #324787: hue angle of 225.18º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #324787 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5071135-
CMYK0.630.4700.47
HSL225.18º45.95%36.27%-
HSV(B)225.18º62.96%52.94%-
XYZ7.946.9323.84-
YUV72.02163.54112.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 71 (28.12% from 255) = 27.73%
BLUE value IS 135 (53.12% from 255) = 52.73%
R=19.53%
G=27.73%
B=52.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50711350.630.4700.47225.1845.9536.27
Hex3247873F2F02Fe12e24
Octal6210720777570573415644
Binary110010100011110000111111111101111010111111100001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324787; }

 p { color: rgb(50,71,135); }

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

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

 a { background-color: rgb(50,71,135); }

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

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

 span { border-color: rgb(50,71,135); }

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