#313C9D

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

Shades of Tory Blue #313C9D

Tints of Tory Blue #313C9D

Color information

#313C9D (or 0x313C9D) is unknown color: approx Tory Blue. HEX triplet: 31, 3C and 9D. RGB value is (49,60,157). Sum of RGB (Red+Green+Blue) = 49+60+157=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #313C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C9D is #CEC362. Grayscale: #434343. Windows color (decimal): -13550435 or 10304561. OLE color: 10304561.

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

Color convert

RGB4960157-
CMYK0.690.6200.38
HSL233.89º52.43%40.39%-
HSV(B)233.89º68.79%61.57%-
XYZ8.976.3232.65-
YUV67.77178.36114.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=18.42%
G=22.56%
B=59.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49601570.690.6200.38233.8952.4340.39
Hex313C9D453E026ea3428
Octal6174235105760463526450
Binary110001111100100111011000101111110010011011101010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,60,157); }

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

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

 a { background-color: rgb(49,60,157); }

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

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

 span { border-color: rgb(49,60,157); }

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