#313E92

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

Shades of Tory Blue #313E92

Tints of Tory Blue #313E92

Color information

#313E92 (or 0x313E92) is unknown color: approx Tory Blue. HEX triplet: 31, 3E and 92. RGB value is (49,62,146). Sum of RGB (Red+Green+Blue) = 49+62+146=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #313E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E92 is #CEC16D. Grayscale: #434343. Windows color (decimal): -13549934 or 9584177. OLE color: 9584177.

HSL color Cylindrical-coordinate representation of color #313E92: hue angle of 231.96º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313E92 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4962146-
CMYK0.660.5800.43
HSL231.96º49.74%38.24%-
HSV(B)231.96º66.44%57.25%-
XYZ8.186.1727.95-
YUV67.69172.19114.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=19.07%
G=24.12%
B=56.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49621460.660.5800.43231.9649.7438.24
Hex313E92423A02Be83226
Octal6176222102720533506246
Binary110001111110100100101000010111010010101111101000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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