#314E9D

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

Shades of Tory Blue #314E9D

Tints of Tory Blue #314E9D

Color information

#314E9D (or 0x314E9D) is unknown color: approx Tory Blue. HEX triplet: 31, 4E and 9D. RGB value is (49,78,157). Sum of RGB (Red+Green+Blue) = 49+78+157=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #314E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E9D is #CEB162. Grayscale: #4D4D4D. Windows color (decimal): -13545827 or 10309169. OLE color: 10309169.

HSL color Cylindrical-coordinate representation of color #314E9D: hue angle of 223.89º 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 #314E9D is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4978157-
CMYK0.690.5000.38
HSL223.89º52.43%40.39%-
HSV(B)223.89º68.79%61.57%-
XYZ10.088.5433.01-
YUV78.33172.39107.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 157 (61.72% from 255) = 55.28%
R=17.25%
G=27.46%
B=55.28%

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
Decimal49781570.690.5000.38223.8952.4340.39
Hex314E9D4532026e03428
Octal61116235105620463406450
Binary1100011001110100111011000101110010010011011100000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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