#31479B

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

Shades of Tory Blue #31479B

Tints of Tory Blue #31479B

Color information

#31479B (or 0x31479B) is unknown color: approx Tory Blue. HEX triplet: 31, 47 and 9B. RGB value is (49,71,155). Sum of RGB (Red+Green+Blue) = 49+71+155=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #31479B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31479B is #CEB864. Grayscale: #494949. Windows color (decimal): -13547621 or 10176305. OLE color: 10176305.

HSL color Cylindrical-coordinate representation of color #31479B: hue angle of 227.55º 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 #31479B is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4971155-
CMYK0.680.5400.39
HSL227.55º51.96%40%-
HSV(B)227.55º68.39%60.78%-
XYZ9.447.5331.97-
YUV74173.71110.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=17.82%
G=25.82%
B=56.36%

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
Decimal49711550.680.5400.39227.5551.9640
Hex31479B4436027e43428
Octal61107233104660473446450
Binary1100011000111100110111000100110110010011111100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31479B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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