#314994

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

Shades of Tory Blue #314994

Tints of Tory Blue #314994

Color information

#314994 (or 0x314994) is unknown color: approx Tory Blue. HEX triplet: 31, 49 and 94. RGB value is (49,73,148). Sum of RGB (Red+Green+Blue) = 49+73+148=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #314994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314994 is #CEB66B. Grayscale: #4A4A4A. Windows color (decimal): -13547116 or 9718065. OLE color: 9718065.

HSL color Cylindrical-coordinate representation of color #314994: hue angle of 225.45º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314994 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4973148-
CMYK0.670.5100.42
HSL225.45º50.25%38.63%-
HSV(B)225.45º66.89%58.04%-
XYZ8.997.5629-
YUV74.37169.55109.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 148 (58.20% from 255) = 54.81%
R=18.15%
G=27.04%
B=54.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49731480.670.5100.42225.4550.2538.63
Hex314994433302Ae13227
Octal61111224103630523416247
Binary1100011001001100101001000011110011010101011100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314994; }

 p { color: rgb(49,73,148); }

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

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

 a { background-color: rgb(49,73,148); }

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

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

 span { border-color: rgb(49,73,148); }

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