#315491

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

Shades of Tory Blue #315491

Tints of Tory Blue #315491

Color information

#315491 (or 0x315491) is unknown color: approx Tory Blue. HEX triplet: 31, 54 and 91. RGB value is (49,84,145). Sum of RGB (Red+Green+Blue) = 49+84+145=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #315491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315491 is #CEAB6E. Grayscale: #505050. Windows color (decimal): -13544303 or 9524273. OLE color: 9524273.

HSL color Cylindrical-coordinate representation of color #315491: hue angle of 218.12º degrees, saturation: 0.49, 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 #315491 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4984145-
CMYK0.660.4200.43
HSL218.12º49.48%38.04%-
HSV(B)218.12º66.21%56.86%-
XYZ9.559.0428.03-
YUV80.49164.4105.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=17.63%
G=30.22%
B=52.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal49841450.660.4200.43218.1249.4838.04
Hex315491422A02Bda3126
Octal61124221102520533326146
Binary1100011010100100100011000010101010010101111011010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315491; }

 p { color: rgb(49,84,145); }

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

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

 a { background-color: rgb(49,84,145); }

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

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

 span { border-color: rgb(49,84,145); }

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