#324B92

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

Shades of Tory Blue #324B92

Tints of Tory Blue #324B92

Color information

#324B92 (or 0x324B92) is unknown color: approx Tory Blue. HEX triplet: 32, 4B and 92. RGB value is (50,75,146). Sum of RGB (Red+Green+Blue) = 50+75+146=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #324B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B92 is #CDB46D. Grayscale: #4B4B4B. Windows color (decimal): -13481070 or 9587506. OLE color: 9587506.

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

Color convert

RGB5075146-
CMYK0.660.4900.43
HSL224.38º48.98%38.43%-
HSV(B)224.38º65.75%57.25%-
XYZ9.027.7928.22-
YUV75.62167.72109.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=18.45%
G=27.68%
B=53.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50751460.660.4900.43224.3848.9838.43
Hex324B92423102Be03126
Octal62113222102610533406146
Binary1100101001011100100101000010110001010101111100000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324B92; }

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

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

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

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

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

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

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

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