#31409A

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

Shades of Tory Blue #31409A

Tints of Tory Blue #31409A

Color information

#31409A (or 0x31409A) is unknown color: approx Tory Blue. HEX triplet: 31, 40 and 9A. RGB value is (49,64,154). Sum of RGB (Red+Green+Blue) = 49+64+154=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #31409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31409A is #CEBF65. Grayscale: #454545. Windows color (decimal): -13549414 or 10108977. OLE color: 10108977.

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

Color convert

RGB4964154-
CMYK0.680.5800.40
HSL231.43º51.72%39.8%-
HSV(B)231.43º68.18%60.39%-
XYZ8.936.6531.39-
YUV69.77175.53113.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.35%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=18.35%
G=23.97%
B=57.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal49641540.680.5800.40231.4351.7239.8
Hex31409A443A028e73428
Octal61100232104720503476450
Binary1100011000000100110101000100111010010100011100111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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