#324F8A

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

Shades of Tory Blue #324F8A

Tints of Tory Blue #324F8A

Color information

#324F8A (or 0x324F8A) is unknown color: approx Tory Blue. HEX triplet: 32, 4F and 8A. RGB value is (50,79,138). Sum of RGB (Red+Green+Blue) = 50+79+138=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 79 (31.25% from 255 or 29.59% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #324F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F8A is #CDB075. Grayscale: #4C4C4C. Windows color (decimal): -13480054 or 9064242. OLE color: 9064242.

HSL color Cylindrical-coordinate representation of color #324F8A: hue angle of 220.23º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #324F8A is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5079138-
CMYK0.640.4300.46
HSL220.23º46.81%36.86%-
HSV(B)220.23º63.77%54.12%-
XYZ8.78.1125.15-
YUV77.05162.39108.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 79 (31.25% from 255) = 29.59%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=18.73%
G=29.59%
B=51.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50791380.640.4300.46220.2346.8136.86
Hex324F8A402B02Edc2f25
Octal62117212100530563345745
Binary1100101001111100010101000000101011010111011011100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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