#314F9D

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

Shades of Tory Blue #314F9D

Tints of Tory Blue #314F9D

Color information

#314F9D (or 0x314F9D) is unknown color: approx Tory Blue. HEX triplet: 31, 4F and 9D. RGB value is (49,79,157). Sum of RGB (Red+Green+Blue) = 49+79+157=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 157 (61.72% from 255 or 55.09% from 285); Max value from RGB is 157 - color contains mainly: blue. Hex color #314F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F9D is #CEB062. Grayscale: #4E4E4E. Windows color (decimal): -13545571 or 10309425. OLE color: 10309425.

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

Color convert

RGB4979157-
CMYK0.690.5000.38
HSL223.33º52.43%40.39%-
HSV(B)223.33º68.79%61.57%-
XYZ10.158.6833.04-
YUV78.92172.06106.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 157 (61.72% from 255) = 55.09%
R=17.19%
G=27.72%
B=55.09%

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
Decimal49791570.690.5000.38223.3352.4340.39
Hex314F9D4532026df3428
Octal61117235105620463376450
Binary1100011001111100111011000101110010010011011011111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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