#324592

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

Shades of Tory Blue #324592

Tints of Tory Blue #324592

Color information

#324592 (or 0x324592) is unknown color: approx Tory Blue. HEX triplet: 32, 45 and 92. RGB value is (50,69,146). Sum of RGB (Red+Green+Blue) = 50+69+146=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #324592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324592 is #CDBA6D. Grayscale: #474747. Windows color (decimal): -13482606 or 9585970. OLE color: 9585970.

HSL color Cylindrical-coordinate representation of color #324592: hue angle of 228.12º 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 #324592 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5069146-
CMYK0.660.5300.43
HSL228.12º48.98%38.43%-
HSV(B)228.12º65.75%57.25%-
XYZ8.637.0128.09-
YUV72.1169.71112.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 146 (57.42% from 255) = 55.09%
R=18.87%
G=26.04%
B=55.09%

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
Decimal50691460.660.5300.43228.1248.9838.43
Hex324592423502Be43126
Octal62105222102650533446146
Binary1100101000101100100101000010110101010101111100100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324592; }

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

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

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

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

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

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

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

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