#314A86

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

Shades of Tory Blue #314A86

Tints of Tory Blue #314A86

Color information

#314A86 (or 0x314A86) is unknown color: approx Tory Blue. HEX triplet: 31, 4A and 86. RGB value is (49,74,134). Sum of RGB (Red+Green+Blue) = 49+74+134=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #314A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A86 is #CEB579. Grayscale: #494949. Windows color (decimal): -13546874 or 8800817. OLE color: 8800817.

HSL color Cylindrical-coordinate representation of color #314A86: hue angle of 222.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314A86 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4974134-
CMYK0.630.4500.47
HSL222.35º46.45%35.88%-
HSV(B)222.35º63.43%52.55%-
XYZ8.027.2723.54-
YUV73.36162.22110.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 74 (29.30% from 255) = 28.79%
BLUE value IS 134 (52.73% from 255) = 52.14%
R=19.07%
G=28.79%
B=52.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49741340.630.4500.47222.3546.4535.88
Hex314A863F2D02Fde2e24
Octal6111220677550573365644
Binary110001100101010000110111111101101010111111011110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,74,134); }

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

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

 a { background-color: rgb(49,74,134); }

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

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

 span { border-color: rgb(49,74,134); }

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