#313F92

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

Shades of Tory Blue #313F92

Tints of Tory Blue #313F92

Color information

#313F92 (or 0x313F92) is unknown color: approx Tory Blue. HEX triplet: 31, 3F and 92. RGB value is (49,63,146). Sum of RGB (Red+Green+Blue) = 49+63+146=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #313F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F92 is #CEC06D. Grayscale: #434343. Windows color (decimal): -13549678 or 9584433. OLE color: 9584433.

HSL color Cylindrical-coordinate representation of color #313F92: hue angle of 231.34º 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 #313F92 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4963146-
CMYK0.660.5700.43
HSL231.34º49.74%38.24%-
HSV(B)231.34º66.44%57.25%-
XYZ8.236.2827.97-
YUV68.28171.86114.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.99%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=18.99%
G=24.42%
B=56.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49631460.660.5700.43231.3449.7438.24
Hex313F92423902Be73226
Octal6177222102710533476246
Binary110001111111100100101000010111001010101111100111110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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