#313FA2

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

Shades of Tory Blue #313FA2

Tints of Tory Blue #313FA2

Color information

#313FA2 (or 0x313FA2) is unknown color: approx Tory Blue. HEX triplet: 31, 3F and A2. RGB value is (49,63,162). Sum of RGB (Red+Green+Blue) = 49+63+162=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 162 (63.67% from 255 or 59.12% from 274); Max value from RGB is 162 - color contains mainly: blue. Hex color #313FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313FA2 is #CEC05D. Grayscale: #454545. Windows color (decimal): -13549662 or 10633009. OLE color: 10633009.

HSL color Cylindrical-coordinate representation of color #313FA2: hue angle of 232.57º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #313FA2 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4963162-
CMYK0.700.6100.36
HSL232.57º53.55%41.37%-
HSV(B)232.57º69.75%63.53%-
XYZ9.576.8234.99-
YUV70.1179.86112.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 162 (63.67% from 255) = 59.12%
R=17.88%
G=22.99%
B=59.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49631620.700.6100.36232.5753.5541.37
Hex313FA2463D024e93629
Octal6177242106750443516651
Binary110001111111101000101000110111101010010011101001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,63,162); }

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

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

 a { background-color: rgb(49,63,162); }

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

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

 span { border-color: rgb(49,63,162); }

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