#313E9F

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

Shades of Tory Blue #313E9F

Tints of Tory Blue #313E9F

Color information

#313E9F (or 0x313E9F) is unknown color: approx Tory Blue. HEX triplet: 31, 3E and 9F. RGB value is (49,62,159). Sum of RGB (Red+Green+Blue) = 49+62+159=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #313E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E9F is #CEC160. Grayscale: #444444. Windows color (decimal): -13549921 or 10436145. OLE color: 10436145.

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

Color convert

RGB4962159-
CMYK0.690.6100.38
HSL232.91º52.88%40.78%-
HSV(B)232.91º69.18%62.35%-
XYZ9.256.633.59-
YUV69.17178.69113.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.15%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 159 (62.5% from 255) = 58.89%
R=18.15%
G=22.96%
B=58.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49621590.690.6100.38232.9152.8840.78
Hex313E9F453D026e93529
Octal6176237105750463516551
Binary110001111110100111111000101111101010011011101001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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