#324581

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

Shades of Tory Blue #324581

Tints of Tory Blue #324581

Color information

#324581 (or 0x324581) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 81. RGB value is (50,69,129). Sum of RGB (Red+Green+Blue) = 50+69+129=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #324581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324581 is #CDBA7E. Grayscale: #454545. Windows color (decimal): -13482623 or 8471858. OLE color: 8471858.

HSL color Cylindrical-coordinate representation of color #324581: hue angle of 225.57º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #324581 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5069129-
CMYK0.610.4700.49
HSL225.57º44.13%35.1%-
HSV(B)225.57º61.24%50.59%-
XYZ7.416.5221.64-
YUV70.16161.21113.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=20.16%
G=27.82%
B=52.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50691290.610.4700.49225.5744.1335.1
Hex3245813D2F031e22c23
Octal6210520175570613425443
Binary110010100010110000001111101101111011000111100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324581; }

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

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

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

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

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

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

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

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