#314799

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

Shades of Tory Blue #314799

Tints of Tory Blue #314799

Color information

#314799 (or 0x314799) is unknown color: approx Tory Blue. HEX triplet: 31, 47 and 99. RGB value is (49,71,153). Sum of RGB (Red+Green+Blue) = 49+71+153=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #314799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314799 is #CEB866. Grayscale: #494949. Windows color (decimal): -13547623 or 10045233. OLE color: 10045233.

HSL color Cylindrical-coordinate representation of color #314799: hue angle of 227.31º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314799 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4971153-
CMYK0.680.5400.4
HSL227.31º51.49%39.61%-
HSV(B)227.31º67.97%60%-
XYZ9.277.4631.09-
YUV73.77172.71110.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=17.95%
G=26.01%
B=56.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal49711530.680.5400.4227.3151.4939.61
Hex3147994436028e33328
Octal61107231104660503436350
Binary1100011000111100110011000100110110010100011100011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314799; }

 p { color: rgb(49,71,153); }

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

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

 a { background-color: rgb(49,71,153); }

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

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

 span { border-color: rgb(49,71,153); }

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