#314C91

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

Shades of Tory Blue #314C91

Tints of Tory Blue #314C91

Color information

#314C91 (or 0x314C91) is unknown color: approx Tory Blue. HEX triplet: 31, 4C and 91. RGB value is (49,76,145). Sum of RGB (Red+Green+Blue) = 49+76+145=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #314C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C91 is #CEB36E. Grayscale: #4B4B4B. Windows color (decimal): -13546351 or 9522225. OLE color: 9522225.

HSL color Cylindrical-coordinate representation of color #314C91: hue angle of 223.12º 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 #314C91 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4976145-
CMYK0.660.4800.43
HSL223.12º49.48%38.04%-
HSV(B)223.12º66.21%56.86%-
XYZ8.967.8727.83-
YUV75.79167.05108.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=18.15%
G=28.15%
B=53.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49761450.660.4800.43223.1249.4838.04
Hex314C91423002Bdf3126
Octal61114221102600533376146
Binary1100011001100100100011000010110000010101111011111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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