#31509A

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

Shades of Tory Blue #31509A

Tints of Tory Blue #31509A

Color information

#31509A (or 0x31509A) is unknown color: approx Tory Blue. HEX triplet: 31, 50 and 9A. RGB value is (49,80,154). Sum of RGB (Red+Green+Blue) = 49+80+154=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #31509A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31509A is #CEAF65. Grayscale: #4E4E4E. Windows color (decimal): -13545318 or 10113073. OLE color: 10113073.

HSL color Cylindrical-coordinate representation of color #31509A: hue angle of 222.29º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31509A is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4980154-
CMYK0.680.4800.40
HSL222.29º51.72%39.8%-
HSV(B)222.29º68.18%60.39%-
XYZ9.978.7231.73-
YUV79.17170.23106.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=17.31%
G=28.27%
B=54.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49801540.680.4800.40222.2951.7239.8
Hex31509A4430028de3428
Octal61120232104600503366450
Binary1100011010000100110101000100110000010100011011110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31509A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31509A; }

 p { color: rgb(49,80,154); }

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

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

 a { background-color: rgb(49,80,154); }

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

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

 span { border-color: rgb(49,80,154); }

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