#31459E

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

Shades of Tory Blue #31459E

Tints of Tory Blue #31459E

Color information

#31459E (or 0x31459E) is unknown color: approx Tory Blue. HEX triplet: 31, 45 and 9E. RGB value is (49,69,158). Sum of RGB (Red+Green+Blue) = 49+69+158=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #31459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31459E is #CEBA61. Grayscale: #484848. Windows color (decimal): -13548130 or 10372401. OLE color: 10372401.

HSL color Cylindrical-coordinate representation of color #31459E: hue angle of 228.99º 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 #31459E is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4969158-
CMYK0.690.5600.38
HSL228.99º52.66%40.59%-
HSV(B)228.99º68.99%61.96%-
XYZ9.577.3833.27-
YUV73.17175.87110.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=17.75%
G=25%
B=57.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49691580.690.5600.38228.9952.6640.59
Hex31459E4538026e53529
Octal61105236105700463456551
Binary1100011000101100111101000101111000010011011100101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31459E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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