#31409E

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

Shades of Tory Blue #31409E

Tints of Tory Blue #31409E

Color information

#31409E (or 0x31409E) is unknown color: approx Tory Blue. HEX triplet: 31, 40 and 9E. RGB value is (49,64,158). Sum of RGB (Red+Green+Blue) = 49+64+158=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #31409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31409E is #CEBF61. Grayscale: #454545. Windows color (decimal): -13549410 or 10371121. OLE color: 10371121.

HSL color Cylindrical-coordinate representation of color #31409E: hue angle of 231.74º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31409E is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4964158-
CMYK0.690.5900.38
HSL231.74º52.66%40.59%-
HSV(B)231.74º68.99%61.96%-
XYZ9.276.7933.17-
YUV70.23177.53112.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.08%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 158 (62.11% from 255) = 58.30%
R=18.08%
G=23.62%
B=58.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49641580.690.5900.38231.7452.6640.59
Hex31409E453B026e83529
Octal61100236105730463506551
Binary1100011000000100111101000101111011010011011101000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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