#314497

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

Shades of Tory Blue #314497

Tints of Tory Blue #314497

Color information

#314497 (or 0x314497) is unknown color: approx Tory Blue. HEX triplet: 31, 44 and 97. RGB value is (49,68,151). Sum of RGB (Red+Green+Blue) = 49+68+151=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #314497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314497 is #CEBB68. Grayscale: #474747. Windows color (decimal): -13548393 or 9913393. OLE color: 9913393.

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

Color convert

RGB4968151-
CMYK0.680.5500.41
HSL228.82º51%39.22%-
HSV(B)228.82º67.55%59.22%-
XYZ8.927.0230.16-
YUV71.78172.71111.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.28%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 151 (59.38% from 255) = 56.34%
R=18.28%
G=25.37%
B=56.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal49681510.680.5500.41228.825139.22
Hex3144974437029e53327
Octal61104227104670513456347
Binary1100011000100100101111000100110111010100111100101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314497; }

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

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

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

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

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

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

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

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