#313E8C

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

Shades of Tory Blue #313E8C

Tints of Tory Blue #313E8C

Color information

#313E8C (or 0x313E8C) is unknown color: approx Tory Blue. HEX triplet: 31, 3E and 8C. RGB value is (49,62,140). Sum of RGB (Red+Green+Blue) = 49+62+140=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #313E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E8C is #CEC173. Grayscale: #424242. Windows color (decimal): -13549940 or 9190961. OLE color: 9190961.

HSL color Cylindrical-coordinate representation of color #313E8C: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313E8C is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4962140-
CMYK0.650.5600.45
HSL231.43º48.15%37.06%-
HSV(B)231.43º65%54.9%-
XYZ7.725.9925.56-
YUV67169.19115.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 62 (24.61% from 255) = 24.70%
BLUE value IS 140 (55.08% from 255) = 55.78%
R=19.52%
G=24.70%
B=55.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49621400.650.5600.45231.4348.1537.06
Hex313E8C413802De73025
Octal6176214101700553476045
Binary110001111110100011001000001111000010110111100111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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