#324F9A

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

Shades of Tory Blue #324F9A

Tints of Tory Blue #324F9A

Color information

#324F9A (or 0x324F9A) is unknown color: approx Tory Blue. HEX triplet: 32, 4F and 9A. RGB value is (50,79,154). Sum of RGB (Red+Green+Blue) = 50+79+154=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #324F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F9A is #CDB065. Grayscale: #4E4E4E. Windows color (decimal): -13480038 or 10112818. OLE color: 10112818.

HSL color Cylindrical-coordinate representation of color #324F9A: hue angle of 223.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #324F9A is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5079154-
CMYK0.680.4900.40
HSL223.27º50.98%40%-
HSV(B)223.27º67.53%60.39%-
XYZ9.948.631.71-
YUV78.88170.39107.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=17.67%
G=27.92%
B=54.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50791540.680.4900.40223.2750.9840
Hex324F9A4431028df3328
Octal62117232104610503376350
Binary1100101001111100110101000100110001010100011011111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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