#313E94

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

Shades of Tory Blue #313E94

Tints of Tory Blue #313E94

Color information

#313E94 (or 0x313E94) is unknown color: approx Tory Blue. HEX triplet: 31, 3E and 94. RGB value is (49,62,148). Sum of RGB (Red+Green+Blue) = 49+62+148=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #313E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E94 is #CEC16B. Grayscale: #434343. Windows color (decimal): -13549932 or 9715249. OLE color: 9715249.

HSL color Cylindrical-coordinate representation of color #313E94: hue angle of 232.12º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313E94 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4962148-
CMYK0.670.5800.42
HSL232.12º50.25%38.63%-
HSV(B)232.12º66.89%58.04%-
XYZ8.336.2428.78-
YUV67.92173.19114.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 62 (24.61% from 255) = 23.94%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=18.92%
G=23.94%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49621480.670.5800.42232.1250.2538.63
Hex313E94433A02Ae83227
Octal6176224103720523506247
Binary110001111110100101001000011111010010101011101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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