#31429E

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

Shades of Tory Blue #31429E

Tints of Tory Blue #31429E

Color information

#31429E (or 0x31429E) is unknown color: approx Tory Blue. HEX triplet: 31, 42 and 9E. RGB value is (49,66,158). Sum of RGB (Red+Green+Blue) = 49+66+158=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #31429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31429E is #CEBD61. Grayscale: #474747. Windows color (decimal): -13548898 or 10371633. OLE color: 10371633.

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

Color convert

RGB4966158-
CMYK0.690.5800.38
HSL230.64º52.66%40.59%-
HSV(B)230.64º68.99%61.96%-
XYZ9.397.0233.21-
YUV71.4176.87112.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=17.95%
G=24.18%
B=57.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal49661580.690.5800.38230.6452.6640.59
Hex31429E453A026e73529
Octal61102236105720463476551
Binary1100011000010100111101000101111010010011011100111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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