#324482

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

Shades of Tory Blue #324482

Tints of Tory Blue #324482

Color information

#324482 (or 0x324482) is unknown color: approx Tory Blue. HEX triplet: 32, 44 and 82. RGB value is (50,68,130). Sum of RGB (Red+Green+Blue) = 50+68+130=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #324482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324482 is #CDBB7D. Grayscale: #454545. Windows color (decimal): -13482878 or 8537138. OLE color: 8537138.

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

Color convert

RGB5068130-
CMYK0.620.4800.49
HSL226.5º44.44%35.29%-
HSV(B)226.5º61.54%50.98%-
XYZ7.416.4221.97-
YUV69.69162.04113.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 130 (51.17% from 255) = 52.42%
R=20.16%
G=27.42%
B=52.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50681300.620.4800.49226.544.4435.29
Hex3244823E30031e22c23
Octal6210420276600613425443
Binary110010100010010000010111110110000011000111100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324482; }

 p { color: rgb(50,68,130); }

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

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

 a { background-color: rgb(50,68,130); }

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

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

 span { border-color: rgb(50,68,130); }

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