#313EA0

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

Shades of Tory Blue #313EA0

Tints of Tory Blue #313EA0

Color information

#313EA0 (or 0x313EA0) is unknown color: approx Tory Blue. HEX triplet: 31, 3E and A0. RGB value is (49,62,160). Sum of RGB (Red+Green+Blue) = 49+62+160=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #313EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313EA0 is #CEC15F. Grayscale: #444444. Windows color (decimal): -13549920 or 10501681. OLE color: 10501681.

HSL color Cylindrical-coordinate representation of color #313EA0: hue angle of 232.97º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #313EA0 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4962160-
CMYK0.690.6100.37
HSL232.97º53.11%40.98%-
HSV(B)232.97º69.38%62.75%-
XYZ9.336.6434.05-
YUV69.28179.19113.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 62 (24.61% from 255) = 22.88%
BLUE value IS 160 (62.89% from 255) = 59.04%
R=18.08%
G=22.88%
B=59.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49621600.690.6100.37232.9753.1140.98
Hex313EA0453D025e93529
Octal6176240105750453516551
Binary110001111110101000001000101111101010010111101001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313EA0; }

 p { color: rgb(49,62,160); }

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

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

 a { background-color: rgb(49,62,160); }

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

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

 span { border-color: rgb(49,62,160); }

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