#314F91

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

Shades of Tory Blue #314F91

Tints of Tory Blue #314F91

Color information

#314F91 (or 0x314F91) is unknown color: approx Tory Blue. HEX triplet: 31, 4F and 91. RGB value is (49,79,145). Sum of RGB (Red+Green+Blue) = 49+79+145=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #314F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F91 is #CEB06E. Grayscale: #4D4D4D. Windows color (decimal): -13545583 or 9522993. OLE color: 9522993.

HSL color Cylindrical-coordinate representation of color #314F91: hue angle of 221.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314F91 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4979145-
CMYK0.660.4600.43
HSL221.25º49.48%38.04%-
HSV(B)221.25º66.21%56.86%-
XYZ9.178.2927.9-
YUV77.55166.06107.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 145 (57.03% from 255) = 53.11%
R=17.95%
G=28.94%
B=53.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49791450.660.4600.43221.2549.4838.04
Hex314F91422E02Bdd3126
Octal61117221102560533356146
Binary1100011001111100100011000010101110010101111011101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314F91; }

 p { color: rgb(49,79,145); }

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

<style>
 a { background-color: #314F91; }

 a { background-color: rgb(49,79,145); }

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

<style>
 span { border-color: #314F91; }

 span { border-color: rgb(49,79,145); }

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