#324B93

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

Shades of Tory Blue #324B93

Tints of Tory Blue #324B93

Color information

#324B93 (or 0x324B93) is unknown color: approx Tory Blue. HEX triplet: 32, 4B and 93. RGB value is (50,75,147). Sum of RGB (Red+Green+Blue) = 50+75+147=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #324B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324B93 is #CDB46C. Grayscale: #4B4B4B. Windows color (decimal): -13481069 or 9653042. OLE color: 9653042.

HSL color Cylindrical-coordinate representation of color #324B93: hue angle of 224.54º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #324B93 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5075147-
CMYK0.660.4900.42
HSL224.54º49.24%38.63%-
HSV(B)224.54º65.99%57.65%-
XYZ9.17.8228.63-
YUV75.73168.22109.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 147 (57.81% from 255) = 54.04%
R=18.38%
G=27.57%
B=54.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50751470.660.4900.42224.5449.2438.63
Hex324B93423102Ae13127
Octal62113223102610523416147
Binary1100101001011100100111000010110001010101011100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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