#313B9F

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

Shades of Tory Blue #313B9F

Tints of Tory Blue #313B9F

Color information

#313B9F (or 0x313B9F) is unknown color: approx Tory Blue. HEX triplet: 31, 3B and 9F. RGB value is (49,59,159). Sum of RGB (Red+Green+Blue) = 49+59+159=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #313B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B9F is #CEC460. Grayscale: #424242. Windows color (decimal): -13550689 or 10435377. OLE color: 10435377.

HSL color Cylindrical-coordinate representation of color #313B9F: hue angle of 234.55º 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 #313B9F is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4959159-
CMYK0.690.6300.38
HSL234.55º52.88%40.78%-
HSV(B)234.55º69.18%62.35%-
XYZ9.096.2833.53-
YUV67.41179.69114.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=18.35%
G=22.10%
B=59.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49591590.690.6300.38234.5552.8840.78
Hex313B9F453F026eb3529
Octal6173237105770463536551
Binary110001111011100111111000101111111010011011101011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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