#31489B

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

Shades of Tory Blue #31489B

Tints of Tory Blue #31489B

Color information

#31489B (or 0x31489B) is unknown color: approx Tory Blue. HEX triplet: 31, 48 and 9B. RGB value is (49,72,155). Sum of RGB (Red+Green+Blue) = 49+72+155=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #31489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31489B is #CEB764. Grayscale: #4A4A4A. Windows color (decimal): -13547365 or 10176561. OLE color: 10176561.

HSL color Cylindrical-coordinate representation of color #31489B: hue angle of 226.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31489B is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4972155-
CMYK0.680.5400.39
HSL226.98º51.96%40%-
HSV(B)226.98º68.39%60.78%-
XYZ9.57.6531.99-
YUV74.58173.38109.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 155 (60.94% from 255) = 56.16%
R=17.75%
G=26.09%
B=56.16%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal49721550.680.5400.39226.9851.9640
Hex31489B4436027e33428
Octal61110233104660473436450
Binary1100011001000100110111000100110110010011111100011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31489B; }

 p { color: rgb(49,72,155); }

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

<style>
 a { background-color: #31489B; }

 a { background-color: rgb(49,72,155); }

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

<style>
 span { border-color: #31489B; }

 span { border-color: rgb(49,72,155); }

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