#314E97

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

Shades of Tory Blue #314E97

Tints of Tory Blue #314E97

Color information

#314E97 (or 0x314E97) is unknown color: approx Tory Blue. HEX triplet: 31, 4E and 97. RGB value is (49,78,151). Sum of RGB (Red+Green+Blue) = 49+78+151=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 151 (59.38% from 255 or 54.32% from 278); Max value from RGB is 151 - color contains mainly: blue. Hex color #314E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E97 is #CEB168. Grayscale: #4D4D4D. Windows color (decimal): -13545833 or 9915953. OLE color: 9915953.

HSL color Cylindrical-coordinate representation of color #314E97: hue angle of 222.94º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314E97 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4978151-
CMYK0.680.4800.41
HSL222.94º51%39.22%-
HSV(B)222.94º67.55%59.22%-
XYZ9.588.3430.38-
YUV77.65169.39107.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 151 (59.38% from 255) = 54.32%
R=17.63%
G=28.06%
B=54.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49781510.680.4800.41222.945139.22
Hex314E974430029df3327
Octal61116227104600513376347
Binary1100011001110100101111000100110000010100111011111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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