#324F97

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

Shades of Tory Blue #324F97

Tints of Tory Blue #324F97

Color information

#324F97 (or 0x324F97) is unknown color: approx Tory Blue. HEX triplet: 32, 4F and 97. RGB value is (50,79,151). Sum of RGB (Red+Green+Blue) = 50+79+151=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #324F97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #324F97 is #CDB068. Grayscale: #4E4E4E. Windows color (decimal): -13480041 or 9916210. OLE color: 9916210.

HSL color Cylindrical-coordinate representation of color #324F97: hue angle of 222.77º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #324F97 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5079151-
CMYK0.670.4800.41
HSL222.77º50.25%39.41%-
HSV(B)222.77º66.89%59.22%-
XYZ9.78.530.41-
YUV78.54168.89107.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 151 (59.38% from 255) = 53.93%
R=17.86%
G=28.21%
B=53.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50791510.670.4800.41222.7750.2539.41
Hex324F974330029df3227
Octal62117227103600513376247
Binary1100101001111100101111000011110000010100111011111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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