#314F9E

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

Shades of Tory Blue #314F9E

Tints of Tory Blue #314F9E

Color information

#314F9E (or 0x314F9E) is unknown color: approx Tory Blue. HEX triplet: 31, 4F and 9E. RGB value is (49,79,158). Sum of RGB (Red+Green+Blue) = 49+79+158=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #314F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F9E is #CEB061. Grayscale: #4E4E4E. Windows color (decimal): -13545570 or 10374961. OLE color: 10374961.

HSL color Cylindrical-coordinate representation of color #314F9E: hue angle of 223.49º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314F9E is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4979158-
CMYK0.690.5000.38
HSL223.49º52.66%40.59%-
HSV(B)223.49º68.99%61.96%-
XYZ10.238.7133.49-
YUV79.04172.56106.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=17.13%
G=27.62%
B=55.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49791580.690.5000.38223.4952.6640.59
Hex314F9E4532026df3529
Octal61117236105620463376551
Binary1100011001111100111101000101110010010011011011111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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