#324492

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

Shades of Tory Blue #324492

Tints of Tory Blue #324492

Color information

#324492 (or 0x324492) is unknown color: approx Tory Blue. HEX triplet: 32, 44 and 92. RGB value is (50,68,146). Sum of RGB (Red+Green+Blue) = 50+68+146=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #324492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324492 is #CDBB6D. Grayscale: #474747. Windows color (decimal): -13482862 or 9585714. OLE color: 9585714.

HSL color Cylindrical-coordinate representation of color #324492: hue angle of 228.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324492 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5068146-
CMYK0.660.5300.43
HSL228.75º48.98%38.43%-
HSV(B)228.75º65.75%57.25%-
XYZ8.576.8928.07-
YUV71.51170.04112.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=18.94%
G=25.76%
B=55.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50681460.660.5300.43228.7548.9838.43
Hex324492423502Be53126
Octal62104222102650533456146
Binary1100101000100100100101000010110101010101111100101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324492; }

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

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

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

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

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

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

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

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