#324C87

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

Shades of Tory Blue #324C87

Tints of Tory Blue #324C87

Color information

#324C87 (or 0x324C87) is unknown color: approx Tory Blue. HEX triplet: 32, 4C and 87. RGB value is (50,76,135). Sum of RGB (Red+Green+Blue) = 50+76+135=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #324C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C87 is #CDB378. Grayscale: #4A4A4A. Windows color (decimal): -13480825 or 8866866. OLE color: 8866866.

HSL color Cylindrical-coordinate representation of color #324C87: hue angle of 221.65º 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 #324C87 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5076135-
CMYK0.630.4400.47
HSL221.65º45.95%36.27%-
HSV(B)221.65º62.96%52.94%-
XYZ8.277.623.95-
YUV74.95161.89110.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 135 (53.12% from 255) = 51.72%
R=19.16%
G=29.12%
B=51.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50761350.630.4400.47221.6545.9536.27
Hex324C873F2C02Fde2e24
Octal6211420777540573365644
Binary110010100110010000111111111101100010111111011110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324C87; }

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

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

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

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

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

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

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

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