#31469A

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

Shades of Tory Blue #31469A

Tints of Tory Blue #31469A

Color information

#31469A (or 0x31469A) is unknown color: approx Tory Blue. HEX triplet: 31, 46 and 9A. RGB value is (49,70,154). Sum of RGB (Red+Green+Blue) = 49+70+154=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #31469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31469A is #CEB965. Grayscale: #484848. Windows color (decimal): -13547878 or 10110513. OLE color: 10110513.

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

Color convert

RGB4970154-
CMYK0.680.5500.40
HSL228º51.72%39.8%-
HSV(B)228º68.18%60.39%-
XYZ9.297.3731.5-
YUV73.3173.54110.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 154 (60.55% from 255) = 56.41%
R=17.95%
G=25.64%
B=56.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49701540.680.5500.4022851.7239.8
Hex31469A4437028e43428
Octal61106232104670503446450
Binary1100011000110100110101000100110111010100011100100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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