#314D97

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

Shades of Tory Blue #314D97

Tints of Tory Blue #314D97

Color information

#314D97 (or 0x314D97) is unknown color: approx Tory Blue. HEX triplet: 31, 4D and 97. RGB value is (49,77,151). Sum of RGB (Red+Green+Blue) = 49+77+151=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 151 (59.38% from 255 or 54.51% from 277); Max value from RGB is 151 - color contains mainly: blue. Hex color #314D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D97 is #CEB268. Grayscale: #4C4C4C. Windows color (decimal): -13546089 or 9915697. OLE color: 9915697.

HSL color Cylindrical-coordinate representation of color #314D97: hue angle of 223.53º 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 #314D97 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4977151-
CMYK0.680.4900.41
HSL223.53º51%39.22%-
HSV(B)223.53º67.55%59.22%-
XYZ9.518.230.36-
YUV77.06169.72107.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 77 (30.47% from 255) = 27.80%
BLUE value IS 151 (59.38% from 255) = 54.51%
R=17.69%
G=27.80%
B=54.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49771510.680.4900.41223.535139.22
Hex314D974431029e03327
Octal61115227104610513406347
Binary1100011001101100101111000100110001010100111100000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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