#324681

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

Shades of Tory Blue #324681

Tints of Tory Blue #324681

Color information

#324681 (or 0x324681) is unknown color: approx Tory Blue. HEX triplet: 32, 46 and 81. RGB value is (50,70,129). Sum of RGB (Red+Green+Blue) = 50+70+129=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #324681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324681 is #CDB97E. Grayscale: #464646. Windows color (decimal): -13482367 or 8472114. OLE color: 8472114.

HSL color Cylindrical-coordinate representation of color #324681: hue angle of 224.81º 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 #324681 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5070129-
CMYK0.610.4600.49
HSL224.81º44.13%35.1%-
HSV(B)224.81º61.24%50.59%-
XYZ7.476.6421.66-
YUV70.75160.87113.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=20.08%
G=28.11%
B=51.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50701290.610.4600.49224.8144.1335.1
Hex3246813D2E031e12c23
Octal6210620175560613415443
Binary110010100011010000001111101101110011000111100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324681; }

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

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

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

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

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

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

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

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