#31529A

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

Shades of Tory Blue #31529A

Tints of Tory Blue #31529A

Color information

#31529A (or 0x31529A) is unknown color: approx Tory Blue. HEX triplet: 31, 52 and 9A. RGB value is (49,82,154). Sum of RGB (Red+Green+Blue) = 49+82+154=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #31529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31529A is #CEAD65. Grayscale: #505050. Windows color (decimal): -13544806 or 10113585. OLE color: 10113585.

HSL color Cylindrical-coordinate representation of color #31529A: hue angle of 221.14º 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 #31529A is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4982154-
CMYK0.680.4700.40
HSL221.14º51.72%39.8%-
HSV(B)221.14º68.18%60.39%-
XYZ10.129.0231.78-
YUV80.34169.57105.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 154 (60.55% from 255) = 54.04%
R=17.19%
G=28.77%
B=54.04%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49821540.680.4700.40221.1451.7239.8
Hex31529A442F028dd3428
Octal61122232104570503356450
Binary1100011010010100110101000100101111010100011011101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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