#31459A

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

Shades of Tory Blue #31459A

Tints of Tory Blue #31459A

Color information

#31459A (or 0x31459A) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 9A. RGB value is (49,69,154). Sum of RGB (Red+Green+Blue) = 49+69+154=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #31459A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31459A is #CEBA65. Grayscale: #484848. Windows color (decimal): -13548134 or 10110257. OLE color: 10110257.

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

Color convert

RGB4969154-
CMYK0.680.5500.40
HSL228.57º51.72%39.8%-
HSV(B)228.57º68.18%60.39%-
XYZ9.237.2431.48-
YUV72.71173.87111.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.01%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=18.01%
G=25.37%
B=56.62%

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
Decimal49691540.680.5500.40228.5751.7239.8
Hex31459A4437028e53428
Octal61105232104670503456450
Binary1100011000101100110101000100110111010100011100101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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