#324886

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

Shades of Tory Blue #324886

Tints of Tory Blue #324886

Color information

#324886 (or 0x324886) is unknown color: approx Tory Blue. HEX triplet: 32, 48 and 86. RGB value is (50,72,134). Sum of RGB (Red+Green+Blue) = 50+72+134=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #324886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324886 is #CDB779. Grayscale: #484848. Windows color (decimal): -13481850 or 8800306. OLE color: 8800306.

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

Color convert

RGB5072134-
CMYK0.630.4600.47
HSL224.29º45.65%36.08%-
HSV(B)224.29º62.69%52.55%-
XYZ7.947.0323.49-
YUV72.49162.71111.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 134 (52.73% from 255) = 52.34%
R=19.53%
G=28.12%
B=52.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50721340.630.4600.47224.2945.6536.08
Hex3248863F2E02Fe02e24
Octal6211020677560573405644
Binary110010100100010000110111111101110010111111100000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324886; }

 p { color: rgb(50,72,134); }

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

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

 a { background-color: rgb(50,72,134); }

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

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

 span { border-color: rgb(50,72,134); }

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