#324C92

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

Shades of Tory Blue #324C92

Tints of Tory Blue #324C92

Color information

#324C92 (or 0x324C92) is unknown color: approx Tory Blue. HEX triplet: 32, 4C and 92. RGB value is (50,76,146). Sum of RGB (Red+Green+Blue) = 50+76+146=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #324C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324C92 is #CDB36D. Grayscale: #4B4B4B. Windows color (decimal): -13480814 or 9587762. OLE color: 9587762.

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

Color convert

RGB5076146-
CMYK0.660.4800.43
HSL223.75º48.98%38.43%-
HSV(B)223.75º65.75%57.25%-
XYZ9.097.9228.24-
YUV76.21167.39109.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 146 (57.42% from 255) = 53.68%
R=18.38%
G=27.94%
B=53.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50761460.660.4800.43223.7548.9838.43
Hex324C92423002Be03126
Octal62114222102600533406146
Binary1100101001100100100101000010110000010101111100000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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