#324f93

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

Shades of Tory Blue #324F93

Tints of Tory Blue #324F93

Color information

#324F93 (or 0x324F93) is unknown color: approx Tory Blue. HEX triplet: 32, 4F and 93. RGB value is (50,79,147). Sum of RGB (Red+Green+Blue) = 50+79+147=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #324F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F93 is #CDB06C. Grayscale: #4D4D4D. Windows color (decimal): -13480045 or 9654066. OLE color: 9654066.

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

Color convert

RGB5079147-
CMYK0.660.4600.42
HSL222.06º49.24%38.63%-
HSV(B)222.06º65.99%57.65%-
XYZ9.388.3828.73-
YUV78.08166.89107.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 79 (31.25% from 255) = 28.62%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=18.12%
G=28.62%
B=53.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50791470.660.4600.42222.0649.2438.63
Hex324F93422E02Ade3127
Octal62117223102560523366147
Binary1100101001111100100111000010101110010101011011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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